thibaudcolas / draftail-playground

Try Draftail in a full-fledged preview environment

Home Page:https://playground.draftail.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Try Draftail in a full-fledged preview environment

https://playground.draftail.org/

License:MIT License


Languages

Language:TypeScript 59.1%Language:HTML 10.6%Language:JavaScript 10.0%Language:CSS 10.0%Language:Python 6.3%Language:Shell 3.9%