https://github.com/ngoldack/azubi-toolbox
https://github.com/ngoldack/azubi-toolbox
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngoldack/azubi-toolbox
- Owner: ngoldack
- Created: 2023-11-07T13:31:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T13:58:50.000Z (over 2 years ago)
- Last Synced: 2025-05-06T15:49:22.383Z (about 1 year ago)
- Language: Svelte
- Size: 6.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azubi-toolbox
## Requirements
- [NodeJS](https://nodejs.org/en/) >= 20.9.0
- [Bun](https://bun.sh) >= 1.0.0
- [Docker](https://www.docker.com/) >= 20.10.0
### Installation via proto
Install [proto](https://moonrepo.dev/proto) and run:
```bash
proto install bun 1.0
```
```bash
proto install node 20.9
```
## Development
0. Install dependencies:
```bash
bun install
```
1. Start the dev server:
```bash
bun dev
```
## Testing
0. Install playwright dependencies:
```bash
bunx playwright install --with-deps
```
1. Run tests:
```bash
bun run test
```