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

https://github.com/soixantecircuits/itopi

itopi
https://github.com/soixantecircuits/itopi

Last synced: 3 months ago
JSON representation

itopi

Awesome Lists containing this project

README

        

# Top 1000

[![Netlify Status](https://api.netlify.com/api/v1/badges/ee190978-4259-4fa9-8d41-337945371313/deploy-status)](https://app.netlify.com/sites/top1000-itopi/deploys)

Site url: https://top1000-itopi.netlify.app/

Admin url: https://app.netlify.com/sites/top1000-itopi/overview

## Description

Reference list of interactive installations.

## Setup

Make sure to install the dependencies:

```bash
npm install
```
And netlify CLI

```bash
npm install netlify-cli -g
```

### Configure
Configure the environment variables by following the .env.example file

`cp .env.example .env`

## Development Server

```bash
netlify dev
```