🕸️ Website for my personal brand. Based on
@joncursi/next-base
.
-
Install node modules:
npm install
-
Create a
.env
file in the root of this project and fill it with environment variables. -
npm run dev
There are lots of npm scripts at your disposal during local development. Here are some of the more important ones:
Start command | Description |
---|---|
npm run analyze | Shows interactive visualization of the webpack bundle. |
npm run dev | Starts the local dev server. |