Skip to content

LAHSHackClub/join

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

join.lahs.club

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.

DigitalOcean Referral Badge

Developing

npm install
npm run dev

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

Building

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.