An open API service indexing awesome lists of open source software.

https://github.com/kennetpostigo/kuiet


https://github.com/kennetpostigo/kuiet

Last synced: 2 months ago
JSON representation

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
```