Revamping in Rust+Yew for WebAssembly!
- Clone or fork+clone this repository.
- Run
yarn
to install dependencies - Create a config file and either add it to a gist or host it somewhere. Click here to see an example of the config file
- Set an env variable called
CONFIG_URL
to be your gist url or hosted config.json
If you are using gist, you can use
https://gist.githubusercontent.com/{username}/{gist-hash}/raw/{file}
- Build the app
yarn generate
- Publish your static files from
./dist