The Kiesel JS engine corporate website
https://kiesel.dev
| .forgejo/workflows | Use actions/setup-node | |
| public | Initial commit | |
| src | Remove YouTube button | |
| .gitignore | Initial commit | |
| index.html | Add Shynet | |
| LICENSE | Initial commit | |
| package-lock.json | Downgrade monaco-editor for now | |
| package.json | Downgrade monaco-editor for now | |
| README.md | Add link to docs | |
| tsconfig.json | Revert "Run prettier" | |
| tsconfig.node.json | Initial commit | |
| vite.config.ts | Upgrade dependencies | |
Kiesel Website
Simple website for the Kiesel JS engine, using Vue & Vite.
Development
A few environment variables need to be set:
VITE_KIESEL_DOCS_URL="..."
VITE_KIESEL_DOWNLOAD_URL="..."
VITE_KIESEL_SOURCE_URL="..."
VITE_KIESEL_WASM_URL="..."
Then, install dependencies and run the dev server:
npm install
npm run dev
Or do a production build:
npm build