This is a Next.js project bootstrapped with create-next-app
.
# Install required packages
$ yarn
# Run the development server
$ yarn dev
The dev server starts on http://localhost:3000
- NEXT_PUBLIC_GOOGLE_MAPS_API_KEY: To enable Google Maps integration
- DATABASE_URL: A URL to the Postgres Database you want to use
Use the following commands to ensure your code meets our coding standards:
$ yarn prettier
$ yarn lint
About
prettier - JS code formatter
eslint - Find common JS problems
When changes are merged into the master branch, the application is automatically deployed to Vercel:
Production site: https://sellpoint-webapp.vercel.app/