An open API service indexing awesome lists of open source software.

https://github.com/joncursi/yingyang

💍 Wedding website for Michelle and I
https://github.com/joncursi/yingyang

engagement love proposal soulmate wedding wedding-website

Last synced: about 1 month ago
JSON representation

💍 Wedding website for Michelle and I

Awesome Lists containing this project

README

        

# YingYang

💍 Wedding website for Michelle and I.

[![CircleCI](https://circleci.com/gh/joncursi/yingyang.svg?style=shield)](https://circleci.com/gh/joncursi/yingyang)

## 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`](https://www.npmjs.com/package/dotenv-cli) globally
3. Configure [environment variables](https://github.com/joncursi/yingyang/blob/master/.env.example)
4. Start [Next.js](https://github.com/zeit/next.js/) server: `npm run dev`