Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elijah629/drawr
https://github.com/elijah629/drawr
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elijah629/drawr
- Owner: elijah629
- Created: 2023-03-27T18:21:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T18:42:54.000Z (over 1 year ago)
- Last Synced: 2024-04-28T07:23:54.465Z (9 months ago)
- Language: TypeScript
- Size: 713 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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`