Getting Started with KUIET

View Deployed Version

Running locally

  1. Clone Repo:
git clone https://github.com/kennetpostigo/kuiet.git
  1. Install dependencies in the project that was cloned:
yarn

# OR

npm install
  1. Start the project:
yarn run start

# OR

npm run start

Running tests locally

Once you have the project cloned and deps installed (see above), then run:

yarn run test

# OR

npm run test