/cms

Primary LanguageTypeScript

Hangwoman CMS

Install it and run:

yarn
yarn dev

Run tests

yarn test:jest

Deploying to Heroku git

Login to Heroku

heroku login

Link repository

git remote set-url heroku https://git.heroku.com/hangwoman-cms.git

Publish changes

git push heroku master