Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 835 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 835 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

This project uses pocketbase for the back end.

Open http://localhost:3000 with your browser to see the result.

To start pocketbase :

# linux
./pocketbase serve
# windows
./poketbase.exe serve

Open the URL(s) displayed. There will be an adim interface route and an API route.

Creating a Session

Creating a session

Session list

Session list

Joining a session

Joining a session

Full session view

Session