File README.md from the latest check-in
Hack4Peace
Hack4Peace Website https://hack4peace.datapond.earth
DataPond choose Fossil for version control
For the following reasons listed here - because Fossil uses Cathedral development style, we chose fossil.
We only care about the developer experience.
Fossil is easier than git.
read more here:
https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki#devorg
Install fossil
Download fossil here: https://fossil-scm.org/home/uv/download.html
Anonymous Cloning:
fossil clone https://chiselapp.com/user/datapond/repository/hack4peace hack4peace.fossil
fossil open hack4peace.fossil
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Build the app for production
quasar build