Skip to content

thibaudcolas/draftail-playground

Repository files navigation

Try Draftail in a full-fledged preview environment.

Screenshot of the playground

Install

From the command-line:

git clone git@github.com:thibaudcolas/draftail-playground.git
cd draftail-playground
virtualenv -p python3.7 .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.