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

https://github.com/bootdotdev/learntocodefyi


https://github.com/bootdotdev/learntocodefyi

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# learntocodefyi

To develop locally, run:

```bash
cp .env.sample .env
```

Then edit `.env` to use your own values.

Finally, run the local development script:

```bash
./dev.sh
```

Server will auto-restart on most file changes.