A small frontpage site for stratasouce.org using Svelte and SvelteKit.
- Install dependencies with
npm install
- Launch a development server with
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production build of the app:
npm run build
You can preview the production build with npm run preview
.
Development on this repository is primarily done by Strata Source team members. If you'd like to make change, please make an issue first and wait for feedback.