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
- Host: GitHub
- URL: https://github.com/joncursi/yingyang
- Owner: joncursi
- License: mit
- Created: 2018-01-23T21:18:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T21:27:00.000Z (11 months ago)
- Last Synced: 2025-01-28T12:46:01.487Z (3 months ago)
- Topics: engagement, love, proposal, soulmate, wedding, wedding-website
- Language: JavaScript
- Homepage: https://www.michelleandjon.love/
- Size: 38.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YingYang
💍 Wedding website for Michelle and I.
[](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`