Go to file
Sage Vaillancourt c19413a723 Add missing static images. 2022-09-02 15:40:31 -04:00
src Add blog generation from Markdown. 2022-09-02 15:40:07 -04:00
static Add missing static images. 2022-09-02 15:40:31 -04:00
.gitignore Initial commit 2022-09-02 11:42:55 -04:00
.npmrc Initial commit 2022-09-02 11:42:55 -04:00
README.md Add blog generation from Markdown. 2022-09-02 15:40:07 -04:00
jsconfig.json Initial commit 2022-09-02 11:42:55 -04:00
package-lock.json Add blog generation from Markdown. 2022-09-02 15:40:07 -04:00
package.json Add blog generation from Markdown. 2022-09-02 15:40:07 -04:00
svelte.config.js Add blog generation from Markdown. 2022-09-02 15:40:07 -04:00
thang.sh Initial commit 2022-09-02 11:42:55 -04:00
vite.config.js Initial commit 2022-09-02 11:42:55 -04:00

README.md

Kafka Dance Site

Powered by Svelte!

Developing

Once you've downloaded the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To build out the production version:

npm run build

This is currently configured to build as a completely static app.

You can preview the production build with npm run preview.