Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 917 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 917 Bytes

New tab, who dis

This is the codebase for gargleyark.com.

TODO

Important

  • 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

¯\(ツ)/¯ Why not

  • More easter eggs
  • Better landing portrait
  • I don't like the menu

Set up instructions

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. Clone project and run

  1. Clone this repo - git clone [email protected]:gargleyark/gargleyark-web-2019.git
  2. cd gargleyark-web-2019 to open the folder
  3. npm install to install dependencies
  4. Set up your contentful keys by running npm setup [contentful space id] [contentful access key]
  5. gridsome develop to start a local dev server at http://localhost:8080
  6. Read this unecessary final step