This is the codebase for gargleyark.com.
- Where the tests at? needs some DDT
- Pages are super static, should be using templates to generate content dynamically
- Integrate form with automatic email triggering in netlify
- More easter eggs
- Better landing portrait
- I don't like the menu
npm install --global @gridsome/cli
- Clone this repo -
git clone [email protected]:gargleyark/gargleyark-web-2019.git
cd gargleyark-web-2019
to open the foldernpm install
to install dependencies- Set up your contentful keys by running
npm setup [contentful space id] [contentful access key]
gridsome develop
to start a local dev server athttp://localhost:8080
- Read this unecessary final step