This is a Next.js project bootstrapped with create-next-app
.
First, clone the repo
git clone https://github.com/shulman33/KitaHub-Website.git
Then run npm install
to download all dependencies
Create a .env.local
file at the root of the project and copy the environment variables to the file
then run npm run dev
to start the local development server
Open http://localhost:3000 with your browser to see the result.
To log into a users dashboard you can use a test user credential
Username: [email protected] Password: Password123!
The relevent files can be found under (kita) grouping
Components can be found under (kita)/components