This is a Next.js Typescript project bootstrapped with create-next-app
.
https://unruffled-northcutt-fed741.netlify.app/
- Auth0 for Authentication, with username/password, Google OAuth, Github OAuth options
- TailwindCSS and TailwindUI, including HeadlessUI and React Heroicons
- Contentful for CMS content with deploy webhook
- Prisma for database connection
- Render for hosted postgres service
- Next Connect for API routing (planned)
- Vercel SWR for data fetching (planned)
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!