This is a personal project intended to help better inform military service members of the pros/cons of each installation they may be assigned to.
With this project I am learning about static site regeneration as well as incremental site regeneration and the advantages they offer. It is also an opportunity to become more familiar with typescript and utilizing a CMS.
- Setup Projects
- Setup Actions
- Implement PR Template
- Implement Issue Template
- Typescript
- Javascript
- Next.js
- GROQ
- Sanity.io
- OAuth
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app
Deploy it to the cloud with Vercel (Documentation).