Artifact d2315547eada220795c87efe7fbad23ebcbff348:
- File README.md — part of check-in [ab59bcb7da] at 2024-01-29 02:39:46 on branch trunk — addedd docs (user: datapond size: 978)
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