Fanmade website to track progression on tauri.
https://tauriprogress.github.io/
To run locally:
- install node
- install git
- run: npm install -g create-react-app
- run: create-react-app client // this is going to create a folder called client from where you run the script
- run: git clone https://github.com/tauriprogress/tauriprogress.github.io.git
- run: npm install
- setup: the server
- run: npm start