Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/edutech-map
https://github.com/technologiestiftung/edutech-map
berlin berlinopendata edutech opendata
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/technologiestiftung/edutech-map
- Owner: technologiestiftung
- Created: 2019-10-31T22:55:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T17:31:19.000Z (5 months ago)
- Last Synced: 2024-07-25T20:34:25.342Z (5 months ago)
- Topics: berlin, berlinopendata, edutech, opendata
- Language: JavaScript
- Homepage: https://www.edutech.technologiestiftung-berlin.de
- Size: 7.13 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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:```sh
npm install
```3. Add an `.env` file inside the root directory and provide the following values:
```sh
MAP_TOKEN=[MapboxTokenHere]
MAP_STYLE=[MapboxStyleHere]
```## Development
Builds the application and starts a webserver with hot loading.
Runs on [localhost:8080](http://localhost:8080/)```sh
npm run start
```## Build
Builds a minified version of the application in the build folder.
```sh
npm run build
```