This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
small
Watch
4
Star
0
Fork
You've already forked small
1
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6c0cf84d2a
small
/
.gitignore
8 lines
63 B
Text
Raw
Normal View
History
Unescape
Escape
Add Docker support
2024-10-11 18:05:04 +00:00
/dist/
docker-compose.yml
.env
feat: initialize project structure for Small Add initial project structure for Small, a clean frontend for reading Medium articles. This setup includes: - Basic Flask app configuration with necessary dependencies. - RESTful endpoint to fetch and serve Medium articles. - Templates and static assets for the user interface. - Utility functions for parsing Medium article IDs. - Custom error pages (404 and 500) for nicer error handling. - Project metadata files such as .gitignore, README, LICENSE, and pyproject.toml for project setup and documentation. This structure sets the foundation for further development and feature additions.
2024-09-19 07:14:05 +00:00
*.pyc
Add Docker support
2024-10-11 18:05:04 +00:00
__pycache__/
.venv/
venv/
Reference in a new issue
Copy permalink