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 repositorycd 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 repositorycd marked # Run the docker compose docker compose up --build -dAfter finishing, access: http://localhost:8089
MIT