Skip to content

gu-app-club/do

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published