bugfix: pagination, URL rewriting chore: update dockerfile chore: update package-lock.json feat: add upstream default upstream dns server as CLI flag bugfix: better parsing of client IP for query log got key loading to work, removed config file for now got dashboard api call to work tstorage sucks wip pagination Co-authored-by: Adam Veldhousen <adam.veldhousen@liveauctioneers.com> Co-authored-by: Adam Veldhousen <adamveld12@gmail.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
| rollup.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
README.md
Svelte TypeScript Tailwindcss Setup
svelte template based on the default svelte/template with enabled typescript and tailwindcss support.
npx degit munxar/svelte-template my-svelte-project
cd my-svelte-project
npm i
npm run dev