Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
- Once you have cloned the repository or downloaded the zip file to your local machine run these commands:
Change directories into your working folder:
cd MTTP_Web
Install project dependencies:
npm install
Preview your prisma database:
npx prisma studio
-
- Once you have cloned the repository or downloaded the zip file to your local machine run these commands:
Change directories into your working folder:
cd MTTP_Web
Install project dependencies:
npm install
Preview the pages:
npm run dev
-
- under the students page you can open up individual responses as well as use the search box in the header to search for a response using the ID number. The volunteer logs page works similarily.