meld
Version:
Meld: A template language for LLM prompts
38 lines (26 loc) • 713 B
Markdown
# Meld Documentation Site
This is the documentation site for Meld, a document templating language designed for creating modular prompts and dynamic text content.
## Development
To run the site locally:
1. Install dependencies:
```
npm install
```
2. Start the development server:
```
npm run dev
```
3. Visit `http://localhost:8080` in your browser
## Building
To build the site for production:
```
npm run build
```
The built site will be in the `_site` directory.
## Site Structure
- `src/`: Source files for pages
- `_layouts/`: Layout templates
- `_includes/`: Include files and partials
- `css/`: Stylesheets
- `js/`: JavaScript files
- `userdocs/`: Original documentation files