Skip to content

contember/cider-house

Repository files navigation

🍎 Cider house example project

This is example project for Cider house.

If you have any questions, we're happy to help in Discord.

How to use this project

You'll need:

  • NPM version 7+ (you can check using npm --version)
  • Docker

🚀 Run Cider house locally

  1. Clone this repository (git clone git@github.com:contember/cider-house.git)
  2. Install dependencies:
npm install
  1. Start project:
npm start

This command will start Admin application and all docker containers (Contember Engine, Postgres, S3, Mailhog and Adminer). When you are done developing, you can stop docker containers by docker-compose down.

Congratulations, you're done!

Administration UI is now running at http://localhost:1480.

You are ready to go!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published