https://github.com/snowball-tools/docs
Snowball SDK Docs
https://github.com/snowball-tools/docs
lancer markdown
Last synced: 3 months ago
JSON representation
Snowball SDK Docs
- Host: GitHub
- URL: https://github.com/snowball-tools/docs
- Owner: snowball-tools
- License: mit
- Created: 2024-04-06T00:33:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T21:54:15.000Z (11 months ago)
- Last Synced: 2025-01-20T13:36:51.840Z (5 months ago)
- Topics: lancer, markdown
- Language: HTML
- Homepage: https://docs.snowballtools.com
- Size: 2.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snowball Docs
## Development Setup
After cloning this project:
```bash
# git submodule init
# git submodule updatenpm install
npm run init
npm run dev
```This is a Lancer project. Read more at [lancer.studio](https://lancer.studio)
## Custom Tags
When writing custom tags such as ``, etc. in markdown content, be sure to surrounding newlines like this:
```html
Some contentMy aside content
```## License
[](https://opensource.org/licenses/MIT)