Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kittonn/primo-assignment


https://github.com/kittonn/primo-assignment

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Primo Assignment

## How to run

1. Clone the repository

2. Install the dependencies

```bash
npm install
```

3. Run this project with either of the following commands

```bash
npm run build
```

```bash
npm run start
```

or run in development mode

```bash
npm run dev
```

4. Run the tests

```bash
npm run test
```