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

https://github.com/neonarray/babylon


https://github.com/neonarray/babylon

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

The app is built using TypeScript and Parcel.

To run it:

1. Install dependencies.

`npm install`

2. Excute the build task, which runs parcel and starts the dev server.

`npm run-script build`

3. The app will be available at `http://localhost:1234` (port may change if unavailable).