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

https://github.com/zackteo/leaflet-example


https://github.com/zackteo/leaflet-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### Development mode
```
npm install
npx shadow-cljs watch app
```
start a ClojureScript REPL
```
npx shadow-cljs browser-repl
```
### Building for production

```
npx shadow-cljs release app
```