Welcome
This Parcel starter kit was updated
Getting Started
Get a copy of this repository
npx degit braden337/parcel my-new-project cd my-new-project
Install dependencies
npm ci
Development
Start the development server
npm start
Deployment
Deploy to GitHub Pages
npm run deploy