Setup #
Docker Compose #
Prerequisites
Steps to Setup
- Clone the repo
- Make required changes to
docker-compose.yml
- Run
docker compose up
Local server #
Prerequisites :
Steps to Setup
git clone https://github.com/deprov447/median-api
: Clone the repo to your machinecd median-api
npm install
: Install all the required node dependencies(cd src/frontend && hugo)
: Generate static front pagesnpm start