mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-02 22:17:11 +01:00
18 lines
399 B
Markdown
18 lines
399 B
Markdown
## Pfadi-Bussle booking system
|
|
|
|
A booking system for a local scouts van build with [Next.js](https://nextjs.org/).
|
|
|
|
This is still highly specific to the use-case it's needed for and needs to be made a lot more generic.
|
|
|
|
## 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...
|