Get your dose of famous quotes - gimme-quote.robinmitra.now.sh
This project has been organised as a mono-repo, and includes the source code for the static site and the API. The project makes use of Zeit Now, a serverless platform.
Using Now CLI, the following command starts a local development environment, which replicates the production environment as closely as possible:
now dev
Any changes pushed to master are automatically deployed by Now.
Changes to other branches (include pull requests) are also deployed automatically by Now to unique staging aliases.
Using Now CLI, the following command deploys to a staging environment.
now
For deployment to production, use the following command:
now --target production