Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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