https://github.com/green-coder/polynomial-division-exerciser
Generated exercises on polynomial division
https://github.com/green-coder/polynomial-division-exerciser
Last synced: 7 months ago
JSON representation
Generated exercises on polynomial division
- Host: GitHub
- URL: https://github.com/green-coder/polynomial-division-exerciser
- Owner: green-coder
- License: epl-2.0
- Created: 2021-11-21T19:42:14.000Z (almost 4 years ago)
- Default Branch: made-in-taiwan
- Last Pushed: 2021-11-21T19:55:50.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T11:11:19.923Z (9 months ago)
- Language: Clojure
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Launching the webapp
Load modules used by Shadow-CLJS (you only need to do that once):
```shell
npm i
```
Then launch the compiler in watch mode:
```shell
shadow-cljs watch frontend
```
## License terms
Copyright (c) Vincent Cantin.
This webapp is distributed under the terms of the Eclipse Public License version 2.0.