-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Blvckleg/dev
Dev
- Loading branch information
Showing
2 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |