Bitmark social client - mark users and content
Based on Jumble by @CodyTseng
# Clone this repository
git clone https://github.com/project-bitmark/marked.git
# Go into the repository
cd marked
# Install dependencies
npm install
# Run the app
npm run dev# Clone this repository
git clone https://github.com/project-bitmark/marked.git
# Go into the repository
cd marked
# Run the docker compose
docker compose up --build -dAfter finishing, access: http://localhost:8089
MIT