Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/approached/fachinformatiker-azubi-de
https://github.com/approached/fachinformatiker-azubi-de
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/approached/fachinformatiker-azubi-de
- Owner: approached
- Created: 2023-06-06T10:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T20:09:23.000Z (8 months ago)
- Last Synced: 2024-03-17T21:26:46.157Z (8 months ago)
- Language: JavaScript
- Size: 1.67 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fachinformatiker Azubi
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Test local docker container
```sh
yarn build
docker-compose -f docker-compose-local.yml up
```### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.