Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antidot-framework/antidot-docs
Antidot Framework Docs
https://github.com/antidot-framework/antidot-docs
framework php psr-11 psr-14 psr-15 psr-7
Last synced: 3 days ago
JSON representation
Antidot Framework Docs
- Host: GitHub
- URL: https://github.com/antidot-framework/antidot-docs
- Owner: antidot-framework
- Created: 2019-04-06T18:43:19.000Z (over 5 years ago)
- Default Branch: 3.x.x
- Last Pushed: 2023-07-03T21:16:49.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:33:16.269Z (6 months ago)
- Topics: framework, php, psr-11, psr-14, psr-15, psr-7
- Homepage: https://antidotfw.io
- Size: 751 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Antidot framework docs
## Install
````
git clone [email protected]:kpicaza/antidot-docs.git
````## Requirements
It uses Docsify to parse markdown files into html pages
````
npm i docsify-cli -g
docsify serve ./docs
````