# 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
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).