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

https://github.com/saneef/nanools-com

Source code of nanools.com
https://github.com/saneef/nanools-com

Last synced: about 1 year ago
JSON representation

Source code of nanools.com

Awesome Lists containing this project

README

          

# nanools.com

The website is build using [Eleventy](https://www.11ty.dev).

## Development

```sh
pnpm install # installs all NPM packages

pnpm run dev # run dev server and watches for file changes

pnpm run build # builds production website
```