You are the white piece. Click a piece to select it and it will turn blue. The green squares show where you can move.
A | B | C | D | E | F | G | H | |
---|---|---|---|---|---|---|---|---|
8 | ||||||||
7 | ||||||||
6 | ||||||||
5 | ||||||||
4 | ||||||||
3 | ||||||||
2 | ||||||||
1 |
- The instructions for setting up fly are below.
- Modify the redirects in the resource API routes.
-
Sign up and log in to Fly
flyctl auth signup
-
Setup Fly. It might ask if you want to deploy, say no since you haven't built the app yet.
flyctl launch
From your terminal:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
If you've followed the setup instructions already, all you need to do is run this:
npm run deploy
You can run flyctl info
to get the url and ip address of your server.
Check out the fly docs for more information.