Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.39 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.39 KB

Parking Reminder App

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Make sure to set up the proper environment variables, based on .env.local.example and save as .env.local.

First, run the development server:

nvm use
npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Testing

This project has unit tests that can be run with npm run test.

Linting

Run npm run lint to lint the project.

Deploying on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. Check out our Next.js deployment documentation for more details.

This method was used, together with a CNAME set up for my domain on AWS Route 53.

On each pull request, Vercel will deploy a preview of the site. Use this as a sanity check that nothing has broken.

Contributing

New features, bugs, etc should be added to the project's project board.