[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]back/2023-06-19 13:57 -  
[DIR]front/2023-10-24 08:38 -  
[   ]Icon 2023-06-09 12:20 0  
[   ]LICENSE2023-06-09 12:20 20K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
[TXT]README.md2023-06-15 06:34 1.3Kf12eb36 documentaiton updates [كارل مبارك]
[IMG]aob.png2023-06-09 12:20 335K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
[   ]package.json2023-06-09 12:20 251 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
# Archive of Belonging

This is the development space for the Archive of Belonging website.

- → Current live website: https://archiveofbelonging.org.
- → Content Management System: https://api.archiveofbelonging.org/admin.
- → CMS documentation: https://karls.computer/archiveofbelonging.org/back.

![](aob.png)

### Development

The back-end is a Strapi application. Instructions are under [back](back).  
The front-end is built with Vue. Instructions are under [front](front).

First, clone the repository
```bash
git clone git@github.com:karlmoubarak/aob.git
cd aob
```

Start the back-end server (Strapi)
```bash
cd back
npm install
npm run develop
```

Start the front-end server (Vue)
```bash
cd front
npm install
npm run serve
```

Build, configuration, and production instructions for both front and back end servers are in their respective directories.

### Authors

[Karl Moubarak](https://moubarak.eu) and [Ilja Schamlé](https://iljaschamle.website/).

### License 

This project is protected under the [Creative Commons Attribution Share Alike 4.0 International](LICENSE) license. In short, this means that you are allowed to copy, appropriate, and even profit from this material, but you are required to republish it under the same license (it stays in the public domain).