Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 417 Bytes

File metadata and controls

21 lines (18 loc) · 417 Bytes

What's This

MiniCoder はプログラミング練習用クイズゲームです(現在pythonのみ対応)

Demo

Click here!

How to Build(For Developers)

  1. Clone this repository
  2. Install node, npm, yarn
  3. Execute below command in 2 terminal windows
$ cd frontend
$ yarn 
$ yarn dev
$ cd backend
$ yarn 
$ yarn start