Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysteryblokhed/alheure
A game to work with 10th grade grammar. Made for a French class. Mirrored from https://gitlab.com/MysteryBlokHed/alheure
https://github.com/mysteryblokhed/alheure
Last synced: about 1 month ago
JSON representation
A game to work with 10th grade grammar. Made for a French class. Mirrored from https://gitlab.com/MysteryBlokHed/alheure
- Host: GitHub
- URL: https://github.com/mysteryblokhed/alheure
- Owner: MysteryBlokHed
- License: agpl-3.0
- Created: 2023-01-14T02:05:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T14:17:12.000Z (about 1 year ago)
- Last Synced: 2024-04-28T03:19:02.145Z (7 months ago)
- Language: Svelte
- Size: 251 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# À l'heure
A game to work with 10th grade grammar. Made for a French class.
## Building
Yarn is used to build the project.
To install dependencies, run:```sh
yarn install
```To start a development server, run:
```sh
yarn dev
```To build for production, run:
```sh
yarn build
```## License
This project is licensed under the GNU Affero General Public License, Version 3.0
([LICENSE](LICENSE) or ).