/rustcomp

A simple competitive platform for Rust coding problems

Primary LanguageJavaScript

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