Skip to content

brookesb91/skribul

Repository files navigation

Skribul

Skribul

Codacy Badge MIT license PRs Welcome Open Source Love svg1

Live App

https://skribul.app

Share Your Doodles

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.

Prerequisites

  • NodeJS
  • MongoDB server

Running

1. Clone the repository

git clone https://github.com/brookesb91/skribul.git

2. Install dependencies

npm i

3. Start the server

npm run start

The app will be available on localhost:3000

Environment Variables

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