Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/technologiestiftung/edutech-map


https://github.com/technologiestiftung/edutech-map

berlin berlinopendata edutech opendata

Last synced: 30 days ago
JSON representation

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
```