gu-app-club / do

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do: a Suggestion Engine

This is the repo for the suggestion engine.

Project stack

This project is built in gatsbyjs, a framework for building web frontends on the JAMStack.

Setting up the project

We use yarn as our package manager. If you're used to npm, you're welcome to use that too though we can't guarantee everything will work the same.

After you have cloned the project, run the following:

cd ./blog
yarn

And... your done! This site uses no database, so it's pretty simple to setup. And, since all our data is stored in the repo, you're always working with the same information you see on the production site which means we rarely get "worked on my machine" bugs.

Running the project

Once you've set everything up, you can run the following to start the development mode:

yarn dev

This will start a local instance of the website running at http://localhost:8000/. Open it up in your browser to see the site!

About

License:MIT License


Languages

Language:JavaScript 94.0%Language:CSS 6.0%