Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tynandebold/daylight
Amount of daylight in select locations around the world.
https://github.com/tynandebold/daylight
data-visualization data-viz daylight javascript react time
Last synced: 23 days ago
JSON representation
Amount of daylight in select locations around the world.
- Host: GitHub
- URL: https://github.com/tynandebold/daylight
- Owner: tynandebold
- Created: 2018-11-26T19:55:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:37:06.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T10:09:29.444Z (over 1 year ago)
- Topics: data-visualization, data-viz, daylight, javascript, react, time
- Language: JavaScript
- Homepage: https://tynandebold.com/daylight/
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Daylight
## Installation
This is a simple app to setup. Run these two commands:
```sh
# Install dependencies
$ npm install
$ npm install http-server -g
```## Usage
Depending on your development preferences, there are two npm scripts to choose from:
```sh
$ npm start
$ npm run dev:liveReload
```### Deployment
To prep your app for deployment, run:
```sh
$ npm build-production
```
This will minify your `js` and `css`, name the files accordingly, and put them in `dist/`.