https://github.com/contember/cider-house
https://github.com/contember/cider-house
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/contember/cider-house
- Owner: contember
- License: apache-2.0
- Created: 2022-04-26T14:56:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T11:58:27.000Z (about 4 years ago)
- Last Synced: 2024-12-09T19:11:42.573Z (over 1 year ago)
- Language: TypeScript
- Size: 150 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍎 Cider house example project
This is example project for Cider house.
If you have any questions, we're happy to help in [Discord](https://discord.com/invite/EkhsuAK2Fg).
## How to use this project
You'll need:
- NPM version 7+ (you can check using `npm --version`)
- [Docker](https://docs.docker.com/get-docker/)
### 🚀 Run Cider house locally
1. Clone this repository (`git clone git@github.com:contember/cider-house.git`)
2. Install dependencies:
```bash
npm install
```
3. Start project:
```bash
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!