Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMoolenaar authored Apr 27, 2024
1 parent f387512 commit f31e116
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ Setting up:
mv .env.example .env
# Edit .env file and set the correct values

npm install --prefix src/static
npm install -g tailwindcss # Or install tailwind via your package manager
cd static
npm install
npm install -g tailwindcss

# Copies js files from node_modules into the /static/dist folder
bash init.sh
```

Running the app:
Expand Down

0 comments on commit f31e116

Please sign in to comment.