https://github.com/joeriddles/snips
A collection of useful code snippets
https://github.com/joeriddles/snips
Last synced: 6 months ago
JSON representation
A collection of useful code snippets
- Host: GitHub
- URL: https://github.com/joeriddles/snips
- Owner: joeriddles
- Created: 2021-07-29T16:27:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T17:26:36.000Z (over 3 years ago)
- Last Synced: 2025-03-26T02:45:46.292Z (over 1 year ago)
- Language: HTML
- Homepage: https://joeriddles.github.io/snips/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snips
A collection of useful code snippets
---
## Run local webserver
```python
python -m http.server
```