A Project to demonstrate some use case with gatsbyJS
- Gatsby
- Bulma
- SASS
- GraphQL
You need npm and Gatsby CLI installed on your development machine.
If you have Git installed on your system you can run the following command:
git clone https://github.com/Tokenizers/gatsby-agency-demo
Otherwise you can directly download it clicking on download button on this repository.
Go inside gatsby-agency-demo/
and create the .env file base on env.dist file and fill the Mapbox key.
cp .env.dist .env
Go inside agency/
directory and run the following command:
npm run develop
The site is now running at http://localhost:8000.
Open gatsby-agency-demo/
directory in your code editor of choice and edit it. Save your changes and the browser will update them in real time!