Availability of Föli bicycles in Turku
Check out live version here
This app has been bootstrapped with Create React App; the CRA readme lives here.
You'll need a Google Maps API key.
- Copy
.env.templateto.env; fill in the Google Maps API key.
- Use
npm start(oryarn start) to start the development server. - Use
npm run build(oryarn build) to build a production version.
If you want to publish this project on now.sh follow these steps.
- Make sure you've now-cli installed (if not install it with
npm install -g now) - Create
now.jsonfile to project root with content something like this
{
"name": "project-name-here",
"dotenv": ".env"
}- Publish your project with command
now, that's it!
Thanks to all the people who contribute.
MIT