Skip to content

imansyed000/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 Heroku.

It uses two buildpacks: heroku/nodejs and heroku/python, and is configured to automatically deploy after each push on master.

About

Try Draftail in a full-fledged preview environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.1%
  • JavaScript 18.5%
  • HTML 10.9%
  • CSS 10.1%
  • Python 5.4%
  • Shell 4.0%