vegaprotocol / thingbox

Stores and serves up markdown content to users by ID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thingbox

Stores and serves up markdown content to users by ID

Check out README.md diles in server and client for more info.

Updating a running server

Assuming reload watching is in use either in the service definition or the app server (e.g. uvicorn), SSH to the server and change to the project root directory, then:

git pull
cd client
yarn
yarn run build
cd ../server
poetry install

About

Stores and serves up markdown content to users by ID

License:MIT License


Languages

Language:Python 65.7%Language:Svelte 16.6%Language:JavaScript 12.0%Language:CSS 3.8%Language:HTML 1.9%