https://github.com/dynow/czechskills
My projects at CzechSkills2024
https://github.com/dynow/czechskills
competition czechskills worldskills
Last synced: about 1 month ago
JSON representation
My projects at CzechSkills2024
- Host: GitHub
- URL: https://github.com/dynow/czechskills
- Owner: DynoW
- Created: 2024-11-22T15:54:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T07:19:50.000Z (5 months ago)
- Last Synced: 2025-01-25T22:52:56.420Z (3 months ago)
- Topics: competition, czechskills, worldskills
- Language: PHP
- Homepage:
- Size: 6.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CzechSkills2024
## Module-A
### requires: nodejs
```bash
npm i
npm run dev
```## Module-B
### requires: nodejs, php, composer
### To run the project, open 3 terminals
#### terminal 1
```bash
npm i
npm run dev
```#### terminal 2
```bash
php artisan serve
```#### terminal 3
```bash
php artisan migrate:fresh --seed
```