Skip to content

mattegray/wwsc23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WWSC23 (WeWill Summer Camp 2023)

About this project

This project as an experiment to see how a modern app (with modern web technologies) would be used for Ministry related applications.

Features

  • New /app dir,
  • Routing, Layouts, Nested Layouts and Layout Groups
  • Loading UI
  • Route handlers
  • UI Components built using Radix UI
  • Documentation and blog using MDX and Contentlayer
  • Styled using Tailwind CSS
  • Validations using Zod
  • Written in TypeScript

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Start the development server:
pnpm dev

License

Licensed under the MIT license.