Knowing which car share to use in Vancouver (the car share capital of North America) is non-trivial. This tool aims to help by making it easy to compare costs.
Try it out at https://carshare.now.sh
This project was bootstrapped with TSDX.
- Update CHANGELOG.md and commit that.
- Run
npm version <patch/minor/major>
(this updates package.json and creates a tag). - Run
git push --tags
.
Start the app.
Bundles the package (using Rollup) and copies static assets to the dist
folder.
Use build:watch
during development to watch for changes.
Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.
Each build is deployed to https://carshare.now.sh with now. The configuration lives in now.json
.