Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

File metadata and controls

18 lines (12 loc) · 352 Bytes

TokyoRust Competitive Platform

A simple competitive code platform for the Tokyo Rust Meetup.

Installation

Dependencies

  1. Install npm
  2. Setup tailwindcss with npm install -D tailwindcss
  3. Install Rust

Setup

  1. Enter the server directory
  2. Run cargo run -p tokyorust-server
  3. Enter the client directory
  4. Run npm run start