Skip to content

joncursi/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1529b66 · Feb 4, 2020

History

74 Commits
Feb 2, 2020
Feb 4, 2020
Feb 1, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 4, 2020
Jan 30, 2019
Feb 1, 2020
Feb 4, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 3, 2020
Feb 4, 2020
Feb 2, 2020

Repository files navigation

Web

🕸️ Website for my personal brand. Based on @joncursi/next-base.

CircleCI

Getting Started

  1. Install node modules:

    npm install
  2. Create a .env file in the root of this project and fill it with environment variables.

  3. Start Next.js via Express:

    npm run dev

npm Scripts

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.