https://github.com/kaonone/wiki
[hidden]
https://github.com/kaonone/wiki
Last synced: 2 months ago
JSON representation
[hidden]
- Host: GitHub
- URL: https://github.com/kaonone/wiki
- Owner: kaonone
- Created: 2019-01-08T11:21:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T15:39:42.000Z (about 4 years ago)
- Last Synced: 2025-01-24T06:12:45.135Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 90.7 MB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Akropolis Wiki](https://wiki.akropolis.io/)
## How do I work with wiki?
### Preparation
- You need to globally install `Python: ^3.7.2`
- Run `make init` for install dependencies### For start locally
- Run `make start`
- Go to http://127.0.0.1:8000### For deploy changes in the wiki to web (only for contributors)
- Run `make deploy`## Section about Pull Requests
TODO: write this section