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

https://github.com/rishi-raj-jain/digital-garden

My digital garden. This is where I collect and store my thoughts, ideas, reminders, references and documentation
https://github.com/rishi-raj-jain/digital-garden

Last synced: 29 days ago
JSON representation

My digital garden. This is where I collect and store my thoughts, ideas, reminders, references and documentation

Awesome Lists containing this project

README

        

This repository is my Digital Garden.
The digital garden is hosted at [garden.th7mo.com](https://garden.th7mo.com).
It is built with HTML and CSS.
Intentionally without JavaScript.
It uses [Astro](https://astro.build/) as a static site generator to add the boilerplate HTML to every content file.

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run deploy` | Build and deploy to the production server |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |