GeordiD / sm-games-fe

Home Page:https://sm-games.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sm-games-fe

Setup

  1. Get frontend going: pnpm run dev
  2. In another terminal tab in this sm-games-fe directory, start the postgres server: docker compose up
  3. In yet another terminal tab, run the backend (for websockets): a. cd ../sm-games-be b. pnpm run dev

Accessing the database locally

While the database is running, in another terminal tab:

  1. Run docker exec -it sm-games-fe-postgres-1 /bin/bash
  2. Run psql -U postgres
  3. Connect to the database: \c smgames

About

https://sm-games.vercel.app


Languages

Language:TypeScript 96.5%Language:JavaScript 2.7%Language:CSS 0.9%