Skip to content

technologiestiftung/edutech-map

Repository files navigation

EduTechMap Berlin

Installation

  1. Your node version should match the version specified in .nvmrc (if you are using nvm, you can run nvm use)
  2. Install dependencies:
npm install
  1. Add an .env file inside the root directory and provide the following values:
MAP_TOKEN=[MapboxTokenHere]
MAP_STYLE=[MapboxStyleHere]

Development

Builds the application and starts a webserver with hot loading. Runs on localhost:8080

npm run start

Build

Builds a minified version of the application in the build folder.

npm run build