Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.03 KB

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.