Create and share your drawings across social media and chat platforms.
Optimised meta information allows full images to be rendered in apps that display a link preview.
- NodeJS
- MongoDB server
git clone https://github.com/brookesb91/skribul.git
npm i
npm run start
The app will be available on localhost:3000
BASE_URL
- The base URL of the host environment. Default is http://localhost:3000
.
ENV
- The node environment. Default is development
. Options are development
or production
.
MONGODB_URI
- MongoDB URI. Default is mongodb://localhost/skribul