Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelobattaglia/cp
A guide to start with competitive programming, and solutions to problems
https://github.com/angelobattaglia/cp
documentation mkdocs mkdocs-material
Last synced: 18 days ago
JSON representation
A guide to start with competitive programming, and solutions to problems
- Host: GitHub
- URL: https://github.com/angelobattaglia/cp
- Owner: angelobattaglia
- Created: 2024-03-24T14:02:24.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:32:07.000Z (about 2 months ago)
- Last Synced: 2024-10-16T13:08:54.425Z (about 1 month ago)
- Topics: documentation, mkdocs, mkdocs-material
- Language: HTML
- Homepage: https://angelobattaglia.github.io/CP/site/index.html
- Size: 694 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Here's the website](https://angelobattaglia.github.io/CP/site/index.html)
## Starting kit to CP, and problem solutions
After [installing MkDocs Material on your system](https://squidfunk.github.io/mkdocs-material/),
on the root directory, i.e. where the `mkdocs.yml` file is located, do the following:```shell
git clone
``````shell
mkdocs build
mkdocs serve
```