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

https://github.com/parrotmac/inox


https://github.com/parrotmac/inox

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Inox - Frontend

Frontend for the [Rusted Project](https://github.com/parrotmac/rusted)

---

### Getting Started

```bash
cd fe
npm install # if first run or dependencies have changed
```

**Start Dev Server:**

`npm run start` (From `fe/` directory)

### Lint Checks

`npm run lint`