Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleg-darkdev/chaos-theory_app
A research-based educational project about the history of the the anarchist movement 🏴
https://github.com/oleg-darkdev/chaos-theory_app
44games activism anarchism boardgame education-website educational-game educational-software game-development gamification gamification-learning gamified-learning history libertarian political-analysis political-science society sveltejs sveltekit
Last synced: 1 day ago
JSON representation
A research-based educational project about the history of the the anarchist movement 🏴
- Host: GitHub
- URL: https://github.com/oleg-darkdev/chaos-theory_app
- Owner: oleg-darkdev
- Created: 2024-04-15T13:21:38.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-03T01:51:28.000Z (8 months ago)
- Last Synced: 2024-11-03T23:03:57.165Z (about 2 months ago)
- Topics: 44games, activism, anarchism, boardgame, education-website, educational-game, educational-software, game-development, gamification, gamification-learning, gamified-learning, history, libertarian, political-analysis, political-science, society, sveltejs, sveltekit
- Language: Svelte
- Homepage: https://chaos-theory.vercel.app/
- Size: 39.2 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;
```