Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dijs/topic-scheduling-app
- Owner: dijs
- Created: 2016-01-27T21:15:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T20:17:17.000Z (almost 9 years ago)
- Last Synced: 2023-03-24T04:32:01.498Z (almost 2 years ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```