Built by Wyatt Hansen
Almost all the editable content is under the /content/ directory in JSONs
Clone the repo and install dependencies
git clone https://github.com/Kickblip/hapi-site.git
cd hapi-site
npm install
If you don't have npm, install Node.js
Create a .env.local file at the root of the project and paste the following into it
NEXT_PUBLIC_SITE_URL=http://localhost:3000
NEXT_PUBLIC_FORMSUBMIT_CONTACT=example@example.com # Not important
Run the dev server
npm run dev
Finally, navigate to localhost:3000 in your browser of choice
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Content: MDX
- Content Management: Contentlayer
- Deployment: Vercel