Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 664 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 664 Bytes

SmartHead Hackathon 2020

Built on Next.js, Vercel, and Cloud Firestore.

Uses NextAuth.js for authentication, and SWR for real-time data fetching.

Configure local environment

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Populate the .env.local file with your values.

Start the application

To run your site locally, use:

npm run dev

To run it it production mode, use:

npm build
npm start