Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klaemo/dividi
https://github.com/klaemo/dividi
covid-19 education school
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/klaemo/dividi
- Owner: klaemo
- License: mit
- Created: 2020-12-31T16:33:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T12:31:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T10:09:42.086Z (6 days ago)
- Topics: covid-19, education, school
- Language: TypeScript
- Homepage: https://dividi.app
- Size: 364 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Klassenteiler
## Getting started
You will need to have [node.js](https://nodejs.org) installed on your machine to get started. The LTS version is recommended.
Clone or download the source code of this repository on your machine, install the dependencies with `npm install` and start the development server with `npm start`.
The project is written in [TypeScript](https://www.typescriptlang.org/), but don't worry about that, all valid JavaScript code is also TypeScript code.
### Available Scripts
#### npm start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.The page will reload if you make edits.
#### npm run build
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!For more infos about the project structure or how to add a new translation check out the contributor guidelines.
> **Contributor Guidelines:** [CONTRIBUTING.md](./CONTRIBUTING.md)