Skip to content

Commit

Permalink
Merge pull request #8 from Blvckleg/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sanriodev authored Apr 29, 2024
2 parents 6e8ebf0 + 31b6f51 commit f76163d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Next.js site to Pages
name: blvckleg.dev

on:
# Runs on pushes targeting the default branch
Expand Down
18 changes: 4 additions & 14 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
## about
## About

portfolio demo page made with Typescript and material tailwind. Compiles to JSX
My personal portfolio website made with Typescript and material tailwind. Compiles to JSX.

## installation
Built with NextJs. Hosted [here](https://blvckleg.dev)

```npm i``` or ```npm install```
![deploy](https://github.com/blvckleg/portfolio/actions/workflows/nextjs.yml/badge.svg)

## building and compiling the app

```npm run build```

## running the app

to run the app ```npm run start```

or use ```npm run dev``` to run with watch mode.

Watch mode will detect file changes and automatically recompile for a smoother developing expirience.

0 comments on commit f76163d

Please sign in to comment.