Skip to content

WillieCubed/yearbook

Repository files navigation

Clark Dashboard

This is a Next.js project bootstrapped with create-next-app.

This is a dashboard that lets the Clark Summer Research Program track points for houses, or groups of program participants who receive points for engaging with the program through events, activites, and good behavior or get deducted points for doing not-so-good things.

A live deployment can be found at clark.williecubed.dev.

Getting Started

After cloning the repository and installing the rependencies using npm install, run the development server:

npm run dev
# or
yarn dev

Make sure you install the Git hooks for Prettier:

npx husky install
npm set-script prepare "husky install"
npx husky add .husky/pre-commit "npx lint-staged"

TODO: Include information on Supabase

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

About

An interactive website that lets people experience curated, shared memories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published