mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
16 lines
295 B
Markdown
16 lines
295 B
Markdown
## Pfadi-Bussle booking system
|
|
|
|
A booking system for a local scouts van build with [Next.js](https://nextjs.org/).
|
|
|
|
## Hack on in
|
|
|
|
First, run the development server:
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
|
|
Hack away...
|