gopherhole/client
Adam Veldhousen 8b76101107
Squashed commit of the following:
commit dd3c21375d3d5a74c4058c5017cd7b4e32039fe1
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sun May 30 20:02:07 2021 -0500

    added manifest file, cleaned up search and time chart

commit 75bb4e2ed29aae571853d7ae8815b4b80b5a2a40
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat May 29 21:46:47 2021 -0500

    some big updates to how the pages are set up

commit 66611d5b2a0b338c11010a189a6e12264186e560
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat May 29 16:49:25 2021 -0500

    cleanup, better dev experience, got recursors to show

commit c9b4a30d05d5f3be9ed3754051d2a26b905f5940
Author: Adam Veldhousen <adam.veldhousen@liveauctioneers.com>
Date:   Sat May 29 15:33:02 2021 -0500

    checkpoint

commit f8dc94effcbab16f1811c7ed313beb9b2834d3ed
Author: Adam Veldhousen <adam.veldhousen@liveauctioneers.com>
Date:   Sat May 29 13:46:18 2021 -0500

    add env vars to globals

commit acd44f7e53b62e3c673800423300cfdcaada6ee9
Author: Adam Veldhousen <adam.veldhousen@liveauctioneers.com>
Date:   Sat May 29 13:39:25 2021 -0500

    update build for frontend

commit 9ed14e0574c335645883f8151919e488b36f5a5a
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 28 18:20:34 2021 -0500

    got go embed working with frontend

commit 56fe5d371fe6451e818ba65c2e2716b86c27eb91
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Thu May 27 16:27:58 2021 -0500

    trying to add goembed
2021-05-30 20:03:09 -05:00
..
public Squashed commit of the following: 2021-05-30 20:03:09 -05:00
src Squashed commit of the following: 2021-05-30 20:03:09 -05: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 Squashed commit of the following: 2021-05-30 20:03:09 -05:00
package.json Squashed commit of the following: 2021-05-30 20:03:09 -05: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