@symbo.ls/starter-kit
v3.5.1
Published
Example dev setup to use Symbols
Downloads
5,796
Maintainers
Keywords
Readme
Symbols Starter Kit
Example dev setup (boilerplate) to use DOMQL. You can also check out Symbols developers documentation for advanced use.
Setup
- Clone the repo
git clone [email protected]:symbo-ls/starter-kit.git- Install scripts
npm install- Run the project
npm start- Deploy
npm run deployThis will interactively ask you to choose a deploy target (Symbols, Cloudflare Pages, Vercel, Netlify, or GitHub Pages). Your choice is saved to symbols.json for subsequent deploys.
To initialize deployment config without deploying:
npx smbls deploy --init- Ask AI
npx smbls ask "how do I add a dark theme?"Start an interactive chat with npx smbls ask. On first run it will guide you through AI provider setup and auto-configure symbols-mcp for your editors.
