You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Veldhousen c61b335635
fix bug with start time
3 years ago
..
public Squashed commit of the following: 3 years ago
src fix bug with start time 3 years ago
README.md some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 3 years ago
package-lock.json pagination-logs (#1) 3 years ago
package.json pagination-logs (#1) 3 years ago
rollup.config.js Squashed commit of the following: 3 years ago
tailwind.config.js some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 3 years ago
tsconfig.json Squashed commit of the following: 3 years ago

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