svelte-kit-hackathon

Svelte Kit Hackathon

svelte-kit hackathon

Requirements

This project is build using Docker and VSCode with remote-containers extension.
This keeps your physical machine cleaner (no need for installing of nodeJS, which will make your machine safer for nodeJS and dependency related vulnerabilities) and your project will play nicer with a cloud.

Developing

  • Launch Docker
  • Open this project in VSCode and press Ctrl + Shift + P (on macOS Cmd + Shift + P),
    type Remote-Containers: Reopen in Container and press Enter.
    This will start development of your project inside a Docker container and will wire your VSCode to the container.
  • Install dependencies yarn install
  • Start a development server:
yarn dev

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

Building

yarn build

You can preview the built app with yarn preview. This should not be used to serve your app in production.

Top categories

Loading Svelte Themes