Skip to content

jdglaser/rust-codenames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codewords

Codewords is a clone of the popular game Codenames I wrote as a hobby project. The backend is written in Rust using the actix-web framework and the frontend is written in React.js + Typescript.

Demo

demo

Running Locally

Requirements:

  • Rust 1.62+
  • Node 18+
  • Docker

To startup locally:

  • With Docker:
    • run docker compose up
  • With rust and node for local development
    • open a terminal and run
      cd app
      cargo run
    • open another terminal and run
      cd frontend
      npm run dev
    • Go to localhost:3000 in your browser to view the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published