Skip to content

conradolandia/spyder-website

 
 

Repository files navigation

Spyder-Website

Minimal static SvelteKit set-up made deployable to GitHub Pages. Based on sveltekit-gh-pages

Deployment

1) Install dependencies with NPM:

npm install

2) Test the website (optional)

npm run dev

And visit your local copy at https://localhost:5173

3) Build the website

npm run build

You can also test the built website with

npm run preview

And preview your built site at https://localhost:5174

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 64.2%
  • JavaScript 31.3%
  • CSS 3.6%
  • Other 0.9%