Draftail Playground [](https://github.com/thibaudcolas/draftail-playground/actions)
February 21, 2025 ยท View on GitHub
Try Draftail in a full-fledged preview environment.
Install
From the command-line:
git clone git@github.com:thibaudcolas/draftail-playground.git
cd draftail-playground
python -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
nvm install
# Then, install all project dependencies.
npm install
npm run start
./.githooks/deploy.sh
Working on the project
Everything mentioned in the installation process should already be done.
# Make sure you use the right node version.
nvm use
# Start the server and the development tools.
npm run start
# Builds frontend assets.
npm run build
# View other available commands with:
npm run
Deployment
The demo is on Vercel.
