Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 631 Bytes

File metadata and controls

40 lines (26 loc) · 631 Bytes

Marked

Bitmark social client - mark users and content

Based on Jumble by @CodyTseng

Run Locally

# 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

Run Docker

# 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 -d

After finishing, access: http://localhost:8089

License

MIT