Skip to content

sobassy/gran-app

Repository files navigation

Granboard Funmade Application

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.

Application image

image01 image02 image03

Getting Started

Run locally

First, run the development server:

yarn install  # install dependencies
yarn run dev  # run server as http://localhost:3000

Access http://localhost:3000

Deploy on Vercel

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.

Getting Started to Development

Connect to Granboard with callback

refs: DaDartboad

  1. connect to granboard
const granboard = await Granboard.ConnectToBoard();
  1. bind callback
const onSegmentHit = useCallback((segment: Segment) => {
  console.log(segment);
});

granboard.segmentHitCallback = onSegmentHit;

Drawing Dartsboard

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

GranBoard Funmade Application for web

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published