This application is published as Open Source Software.
Please feel free to merge your applications !! Welcome to App requests, Enhancements, and so on !!!!
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
yarn install # install dependencies
yarn run dev # run server as http://localhost:3000
Access http://localhost:3000
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
refs: DaDartboad
- connect to granboard
const granboard = await Granboard.ConnectToBoard();
- bind callback
const onSegmentHit = useCallback((segment: Segment) => {
console.log(segment);
});
granboard.segmentHitCallback = onSegmentHit;
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!