Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 237 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 237 Bytes

Drawr is an r/Place clone

Installing, Building and Running

Windows

  • Use WSL

Linux

  • npm install

To run in

  • Development

    • npm run dev
  • Production

    • npm run build
    • npm run start