Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Project to learn Svelte. Part of Square's Hackweek (June 6 - June 10, 2022).

License

Notifications You must be signed in to change notification settings

connerdodge/svelte-hackweek

Repository files navigation

svelte-hackweek

Project to experiment and learn Svelte. Part of Square's Hackweek (June 6 - June 10).

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Developing

Once you've created a project and installed dependencies with yarn install, start a development server:

npm run dev

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

Project to learn Svelte. Part of Square's Hackweek (June 6 - June 10, 2022).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published