🐒 The Blow Your Mind Conference
1 - Clone this repo
git clone [email protected]:gambiconf/gambiconf.github.io.git2 - Install the dependencies
cd gambiconf.github.io.git && npm i3 - Start the SvelteKit's development mode
npm run dev4 - Then the website will be available at http://localhost:3000/
Deploying to GitHub Pages is an easy task. Just run it:
npm run build:prod && npm run deploy:prodImportant
If you're deploying outside the root path (example: youruser.github.io/gambiconf), you need to set the environment variable BASE_PATH to the target base path (example: /gambiconf).
We have a staging repository/environmnet.
npm run build:staging && npm run deploy:staging