https://github.com/kennetpostigo/kuiet
https://github.com/kennetpostigo/kuiet
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennetpostigo/kuiet
- Owner: kennetpostigo
- Created: 2021-05-09T18:56:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T19:06:29.000Z (about 4 years ago)
- Last Synced: 2025-03-07T23:42:37.289Z (2 months ago)
- Language: TypeScript
- Homepage: kuiet.vercel.app
- Size: 260 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with KUIET
[View Deployed Version](https://kuiet.vercel.app/)
## Running locally
1. Clone Repo:
```bash
git clone https://github.com/kennetpostigo/kuiet.git
```2. Install dependencies in the project that was cloned:
```bash
yarn# OR
npm install
```3. Start the project:
```bash
yarn run start# OR
npm run start
```## Running tests locally
Once you have the project cloned and deps installed (see above), then run:
```bash
yarn run test# OR
npm run test
```