https://github.com/samdark/markdownru
markdown.ru website
https://github.com/samdark/markdownru
hacktoberfest markdown website
Last synced: about 1 year ago
JSON representation
markdown.ru website
- Host: GitHub
- URL: https://github.com/samdark/markdownru
- Owner: samdark
- Created: 2011-11-30T15:58:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T20:30:02.000Z (about 3 years ago)
- Last Synced: 2025-03-27T12:38:26.334Z (over 1 year ago)
- Topics: hacktoberfest, markdown, website
- Language: PHP
- Homepage: https://markdown.ru/
- Size: 58.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# markdown.ru
markdown.ru is a Russian website about markdown.
Content is in [`/content` directory](content/index.md).
In order to run development server locally:
1. Clone the repository.
2. Do `composer install`.
3. Run `composer run serve`.