mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Adapt README.md to describe setup with docker
This commit is contained in:
parent
16aeedb6de
commit
09b8ab7d61
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -1,9 +1,13 @@
|
|||
# Safing Website
|
||||
|
||||
Install dependencies:
|
||||
### Run Safing locally:
|
||||
|
||||
bundle install --path vendor/bundle
|
||||
1. [Install docker](https://www.docker.com/get-started)
|
||||
|
||||
Run development server:
|
||||
2. Run
|
||||
|
||||
bundle exec jekyll serve
|
||||
```
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
3. Access the local version at http://localhost:4000
|
||||
|
|
Loading…
Add table
Reference in a new issue