https://github.com/fed/world
Keeping track of visited and outstanding places around the globe 🌏
https://github.com/fed/world
Last synced: about 2 months ago
JSON representation
Keeping track of visited and outstanding places around the globe 🌏
- Host: GitHub
- URL: https://github.com/fed/world
- Owner: fed
- Created: 2017-01-26T18:02:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T12:10:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T13:33:00.451Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keeping track of visited places around the globe 🌏

## Prerequisites
* Node.js (https://nodejs.org/)
## Development Tasks
| Command | Description |
|---------|-------------|
| `npm install` | Fetch dependencies and build binaries for any of the modules |
| `npm start` | Fire up webserver and watch for changes, app will go live on `http://localhost:6789` |
| `npm run build` | Build `bundle.js` for production |
| `npm test` | Run test suite |