/yingyang

💍 Wedding website for Michelle and I

Primary LanguageJavaScriptMIT LicenseMIT

YingYang

💍 Wedding website for Michelle and I.

CircleCI

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.

Getting Started

  1. Install node modules: npm install
  2. Install dotenv-cli globally
  3. Configure environment variables
  4. Start Next.js server: npm run dev