Skip to content

MurtazaKhan24/March-to-the-polls

 
 

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

MTTP Set Up ## --Shannon Carter

  • 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

Student database and volunteer logs/managment page ## --Tawba Wohid

    • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 71.3%
  • JavaScript 22.0%
  • TypeScript 6.0%
  • CSS 0.7%