Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcobarilari/snippet-notes


https://github.com/marcobarilari/snippet-notes

Last synced: 3 days ago
JSON representation

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