1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 17:22:39 +00:00

Enable Cloudflare Pages (#1100)

This commit is contained in:
2022-04-24 12:14:01 -05:00
parent ca24eb6ba5
commit e5b494ecb8
3 changed files with 18 additions and 9 deletions

View File

@ -62,9 +62,9 @@ Our current list of team members can be found [here](https://github.com/orgs/pri
3. Install **pipenv**: `pip install pipenv`
4. Start a pipenv shell: `pipenv shell`
5. Install dependencies: `pipenv install --dev`
6. Serve the site locally: `mkdocs serve --config-file mkdocs.production.yml`
6. Serve the site locally: `mkdocs serve`
- The site will be available at `http://localhost:8000`
- You can build the site locally with `mkdocs build --config-file mkdocs.production.yml`
- You can build the site locally with `mkdocs build`
- This version of the site should be identical to the live, production version
## Releasing