This repo uses create-svelte
.
A static site for joining LAHS Hack Club. Flexible in onboarding steps and processes, currently accepts embedded or external resources.
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
This repo is configured to use @sveltejs/adapter-static
. Run the script below to generate a static site to be deployed.
npm run build
You can preview the built app with
npm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.