Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.2 KB

follari

Availability of Föli bicycles in Turku

Check out live version here

Development

This app has been bootstrapped with Create React App; the CRA readme lives here.

Configuration

You'll need a Google Maps API key.

  • Copy .env.template to .env; fill in the Google Maps API key.

Day-to-day development

  • Use npm start (or yarn start) to start the development server.
  • Use npm run build (or yarn build) to build a production version.

Publish to now.sh

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.json file to project root with content something like this
{
  "name": "project-name-here",
  "dotenv": ".env"
}
  • Publish your project with command now, that's it!

Contributors

Thanks to all the people who contribute.

License

MIT