https://github.com/sweetpad-dev/sweetpad-docs
Sweetpad VSCode extension documentation website
https://github.com/sweetpad-dev/sweetpad-docs
Last synced: 8 months ago
JSON representation
Sweetpad VSCode extension documentation website
- Host: GitHub
- URL: https://github.com/sweetpad-dev/sweetpad-docs
- Owner: sweetpad-dev
- License: mit
- Created: 2024-09-08T12:32:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T15:14:11.000Z (over 1 year ago)
- Last Synced: 2024-12-22T16:23:46.942Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://sweetpad.hyzyla.dev/
- Size: 39.2 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SweetPad VSCode/Cursor Extension documentation website
I use [Docusaurus](https://docusaurus.io/) to generate this documentation website. All the actual files are in the
`docs` folder in `Markdown` format.
I'm open to contributions to this documentation 🤝. Here is the official
**[GitHub documentation](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)**
how to contribute to projects on GitHub.
# Installation
```
npm install
```
# Development
```bash
npm run start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.