https://github.com/johnnyjayjay/swt-quiz
Small quiz for exam preparation in software engineering (German)
https://github.com/johnnyjayjay/swt-quiz
clojure clojurescript hacktoberfest university website
Last synced: about 1 year ago
JSON representation
Small quiz for exam preparation in software engineering (German)
- Host: GitHub
- URL: https://github.com/johnnyjayjay/swt-quiz
- Owner: JohnnyJayJay
- Created: 2021-07-22T13:35:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T18:29:57.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T13:46:06.663Z (about 1 year ago)
- Topics: clojure, clojurescript, hacktoberfest, university, website
- Language: Clojure
- Homepage: https://swt.is-webscale.club
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swt-quiz
Simples Wahr-Falsch-Quiz für Softwaretechnik I am KIT.
[Besucht die Website um zu spielen](https://swt.is-webscale.club)
### Development mode
```
npm install
npx shadow-cljs watch app
```
start a ClojureScript REPL
```
npx shadow-cljs browser-repl
```
### Building for production
```
npx shadow-cljs release app
```