Eine einfache Webseite, die für kollaborative Entwicklung konzipiert ist.
- Stelle sicher, dass Node.js installiert ist
- Klone das Repository
- Führe
npm installaus, um die Abhängigkeiten zu installieren
npm run dev- Startet den Entwicklungsserver mit Hot-Reloadnpm start- Startet den Produktionsserver
├── src/
│ ├── public/
│ │ ├── css/
│ │ │ └── style.css
│ │ ├── js/
│ │ │ └── main.js
│ │ └── index.html
│ └── server.js
├── package.json
└── README.md
- Erstelle einen Fork des Projekts
- Erstelle einen Feature-Branch (
git checkout -b feature/AmazingFeature) - Committe deine Änderungen (
git commit -m 'Add some AmazingFeature') - Pushe zum Branch (
git push origin feature/AmazingFeature) - Öffne einen Pull Request