Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.02 KB

Agency demo

A Project to demonstrate some use case with gatsbyJS

Languages and Frameworks ⚛️

  • Gatsby
  • Bulma
  • SASS
  • GraphQL

How to use it?

You need npm and Gatsby CLI installed on your development machine.

1. Clone the repository/Installation

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.

2. Set the configuration

Go inside gatsby-agency-demo/ and create the .env file base on env.dist file and fill the Mapbox key.

cp .env.dist .env

3. Running in development mode

Go inside agency/ directory and run the following command:

npm run develop

4. Open the source code and start editing!

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!