Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcobarilari/snippet-notes
https://github.com/marcobarilari/snippet-notes
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcobarilari/snippet-notes
- Owner: marcobarilari
- License: mit
- Created: 2020-06-12T07:44:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T20:14:16.000Z (8 months ago)
- Last Synced: 2024-04-23T22:31:19.837Z (8 months ago)
- Homepage: https://marcobarilari.github.io/Snippet-notes/
- Size: 613 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snippet-notes
Repo of copy pasted 1 line codes that is recursively googled
Read it here: [https://marcobarilari.github.io/Snippet-notes/](https://marcobarilari.github.io/Snippet-notes/)
## Feel free to contribute!
### Edit locally
1. fork this repository
2. clone your forked repository
3. install the dependencies via:```bash
pip install -r requirements.txt
```4. create a branch
5. make your changes in the respective markdown file in the `doc` folder
6. visualize your changes by deploying a website preview via:```bash
mkdocs serve
```and view the preview here [http://127.0.0.1:8000/welcome](http://127.0.0.1:8000/welcome)
7. push your changes to your forked repository
8. open a pull request