Skip to content

Josh-McFarlin/remix-chess

Repository files navigation

Welcome to Remix Chess!

Play

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 A8 B8 C8 D8 E8 F8 G8 H8
7 A7 B7 C7 D7 E7 F7 G7 H7
6 A6 B6 C6 D6 E6 F6 G6 H6
5 A5 B5 C5 D5 E5 F5 G5 H5
4 A4 B4 C4 D4 E4 F4 G4 H4
3 A3 B3 C3 D3 E3 F3 G3 H3
2 A2 B2 C2 D2 E2 F2 G2 H2
1 A1 B1 C1 D1 E1 F1 G1 H1

Game Stats

Running

  • The instructions for setting up fly are below.
  • Modify the redirects in the resource API routes.

Fly Setup

  1. Install Fly

  2. Sign up and log in to Fly

    flyctl auth signup
  3. Setup Fly. It might ask if you want to deploy, say no since you haven't built the app yet.

    flyctl launch

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

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.