Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days ago
JSON representation
An educational quiz based on the research of victims in the Minsk ghetto 🕎
- Host: GitHub
- URL: https://github.com/oleg-darkdev/bejahi-quiz_app
- Owner: oleg-darkdev
- Created: 2023-11-14T12:36:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T17:49:37.000Z (8 months ago)
- Last Synced: 2024-11-04T01:24:51.269Z (2 months ago)
- Topics: belarus, education, educational-project, educational-software, fascism, genocide, history, jews, minsk, non-governmental, prison, quizapp, quizapplication, repression, sveltejs, sveltekit, ussr, world-war-2
- Language: JavaScript
- Homepage: https://bejahi.vercel.app
- Size: 22.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
```