Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dijs/topic-scheduling-app

Topic Scheduling Application
https://github.com/dijs/topic-scheduling-app

Last synced: about 2 months ago
JSON representation

Topic Scheduling Application

Awesome Lists containing this project

README

        

## Topic Scheduling App

### How to install
```sh
git clone git://github.com/dijs/topic-scheduling-app
cd topic-scheduling-app
npm install
```

### How to configure
```sh
export FIREBASE_URL=
export PORT=
```
or create a `.env` with those variables

### How to build and run
```sh
npm run build
npm start
```