Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprabhakaran3 committed Dec 27, 2023
1 parent 66c0b53 commit 01fff10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ cp env.example .env
```shell
cd corpus/
npm install
npx tailwindcss -i ./templates/static/css/tailwind.css -o ./templates/static/css/tailwind-min.css --minify
npx tailwindcss -i ./templates/static/css/tailwind.css -o ./templates/static/css/tailwind-min.css --watch
```

3. Run docker compose
3. In another terminal window, run docker compose

```sh
docker compose up
Expand Down Expand Up @@ -50,6 +50,7 @@ For more guidance, refer to the [Docker Compose](https://docs.docker.com/compose
For production setup, use the production docker compose file.

```sh
npx tailwindcss -i ./templates/static/css/tailwind.css -o ./templates/static/css/tailwind-min.css --minify
docker compose -f prod-docker-compose.yml up --build
```

Expand Down

0 comments on commit 01fff10

Please sign in to comment.