Skip to content

davidrusu/marker.network

Repository files navigation

Marker Network

Design and publish a website from your reMarkable Tablet.

marker-network.mp4

Support

Buy Me A Coffee

Buy me a coffee to help offset marker.network's server bills and fund future feature development!

Setting up for development

Install rustup

git clone https://github.com/davidrusu/marker.network
git submodule update --init marker-network-site-generator/

# on linux
rustup target install x86_64-unknown-linux-musl
# on ubuntu
sudo apt-get install musl-tools

npm install
npm run build

Updating submodules

git submodule update --remote