chore: change port to 1234 and add Makefile/flake.nix

- Change dev server port from 1312 to 1234
- Add Makefile for common development commands
- Add flake.nix for Nix development environment
This commit is contained in:
2025-12-30 15:11:57 +01:00
parent eea4b1e8f5
commit 24ea9b93ca
4 changed files with 91 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ Code Crispies is an interactive CSS/Tailwind learning platform built with pure J
## Commands
```bash
npm start # Start dev server at http://localhost:1312
npm start # Start dev server at http://localhost:1234
npm run build # Production build to dist/
npm run test # Run tests once
npm run test.watch # Run tests in watch mode