Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 369 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 369 Bytes

#Introduction

Codesling.io is typeracer for algo challenges - see who can solve the problem first!

Get Started

Install yarn

brew install yarn

Setup Environment

yarn
yarn buildEnv
yarn setup:server
yarn setup:client

Start the app

yarn build # develop with webpack
yarn start:server # start the static webserver