Skip to content

Scout-NU/batl-site

Repository files navigation

BATL Logo

BATL

This site was created using Gatsby, a React-based static-site generator and the Contentful CMS. To see other project dependencies, check out the project's package.json file.

Getting Started

  1. Clone the repository:
git clone git@github.com:Scout-NU/batl-site.git
  1. Change directories:
cd batl-site
  1. Set up environment variables:

In the project directory is a file called .env.sample. This holds all of the necessary environment variables to create this project, including the Contentful access token and the google map key.

Copy the file and add the values to the variables.

cp .env.sample .env.development
# In .env.development
GATSBY_CONTENTFUL_ACCESS_TOKEN=XXXXXXX
  1. Install the npm modules:
# Inside the project directory
npm install
  1. Run the server:
# Inside the project directory
gatsby develop

It will likely start on http://localhost:8000. When you make changes, the site will auto-refresh and display your changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •