This site offers a variety of courses focused on Data, including:
- Data Basics
- Databases with PostgreSQL
- Excel
📚 Visit the site here!
Eager to contribute or develop locally? Here's how to get started!
This site is built using the uv package manager. If you haven't installed it
yet, navigate to their installation guide
and follow the instructions.
Install all dependencies with:
uv syncLastly, serve the site locally with:
uv run mkdocs serveVisit localhost:8000 in your browser to view the site. 🎉
Now, you can start writing content. While the site is served locally, any changes will automatically trigger a reload of the site in your browser.
Tip
The sites content is housed in the docs/ directory and is written in Markdown.
For formatting reference, check out the Material for MkDocs documentation.
Found a mistake, have an idea or want to report an issue? Contributions in any form are always welcome! 😊