Getting Started
Setup Development Environment
A guide on how to setup your SvelteLaunch development envrionment
Recommendations
- VS Code w/ Prettier, Svelte, and ESLint Extensions
- NVM(Node version manager)
VS Code Setup
- CTRL+SHIFT+P
- Search for User Settings JSON
- add
"typescript.validate.enable": false,
Requirements
- node 20.14LTS+
- github account
Start New Project
At this point you are ready to configure your app and have uploaded your project to your github repo.