Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 607 Bytes

File metadata and controls

34 lines (23 loc) · 607 Bytes

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