Everything you need to build a Svelte project, powered by create-svelte
.
Extended by your friendly Web Framework Perspective Summit team.
Prerequisites:
Install dependencies: npm install
refer to the section "Instruction regarding creating ..." in the root readme file to setup your Github app and .env files in the project folder.
Start a development server:
npm run dev
# if you're developing via SSH and want to open the site locally
npm run dev -- --host
# or start the server and open the app in a new browser tab
npm run dev -- --open
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.
Check out the npm scripts in the package.json for more on: