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

https://github.com/nissy-dev/nissy.dev

https://nissy.dev
https://github.com/nissy-dev/nissy.dev

Last synced: 5 months ago
JSON representation

https://nissy.dev

Awesome Lists containing this project

README

          

# nissy.dev

## Set up

Install Rust and Node.js. In addtion to this, add `wasm32-unknown-unknown` and install `wasm-pack` and for building WASM.

```sh
rustup target add wasm32-unknown-unknown
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
```

## Development

```sh
// run dev server
npm run dev:all

// test deploy
npm run deploy:preview
```