https://github.com/codetheweb/boredos
A web app that cycles through informational slides, running on a dorm "whiteboard".
https://github.com/codetheweb/boredos
Last synced: 10 months ago
JSON representation
A web app that cycles through informational slides, running on a dorm "whiteboard".
- Host: GitHub
- URL: https://github.com/codetheweb/boredos
- Owner: codetheweb
- License: mit
- Created: 2019-03-07T01:49:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T22:21:21.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T17:38:42.702Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

==========
A web app that cycles through informational slides, running on a dorm "whiteboard".
## Motivation
I was bored. Hence the name.
## Development
1. `npm i`
2. Add a `.env` file to the top-level directory with the contents:
GITHUB_USER=your-username
DARK_SKY=api-key
3. `npm run dev`: starts a local development server with hot reload.
## Building
1. `npm run build`: builds for production and puts the resulting bundle in `dist/`.