Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oleg-darkdev/bejahi-quiz_app

An educational quiz based on the research of victims in the Minsk ghetto 🕎
https://github.com/oleg-darkdev/bejahi-quiz_app

belarus education educational-project educational-software fascism genocide history jews minsk non-governmental prison quizapp quizapplication repression sveltejs sveltekit ussr world-war-2

Last synced: 7 days ago
JSON representation

An educational quiz based on the research of victims in the Minsk ghetto 🕎

Awesome Lists containing this project

README

        

The starter is prepared for deployment to [Vercel](https://vercel.com/).

Configured to use [Typescipt](https://www.typescriptlang.org/).

## Stack

- [SvelteJS](https://svelte.dev/)
- [SvelteKIT](https://kit.svelte.dev/)
- [TailwindCSS](https://tailwindcss.com/)
- [FSD architecture](https://feature-sliced.design/ru/docs/get-started)

## Commands

```bash
# clone repository and install packages
git clone https://github.com/oleg-darkdev/;
```

```bash
# start the server
cd backend;

yarn;

yarn dev
```

```bash
# start the front-end & open the app in a new browser tab
cd frontend;

yarn;

yarn dev --open
```

```bash
# create a production version of front-end app :
cd frontend;

yarn build;
```

```bash
# create a production version of back-end app :
cd backend;

yarn build;
```