gopherhole/client
Adam Veldhousen 977fd7cb2f pagination-logs (#1)
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>
2021-06-10 22:07:54 +00:00
..
public Squashed commit of the following: 2021-05-30 20:03:09 -05:00
src pagination-logs (#1) 2021-06-10 22:07:54 +00:00
README.md some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
package-lock.json pagination-logs (#1) 2021-06-10 22:07:54 +00:00
package.json pagination-logs (#1) 2021-06-10 22:07:54 +00:00
rollup.config.js Squashed commit of the following: 2021-05-30 20:03:09 -05:00
tailwind.config.js some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
tsconfig.json Squashed commit of the following: 2021-05-30 20:03:09 -05:00

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