⚠️ This repository is an archive for the GambiConf 2022 edition, kept only for historical purpose
🐒 The Blow Your Mind Conference
1 - Clone this repo
git@github.com:gambiconf/gambiconf.github.io.git
2 - Install the dependencies
cd gambiconf.github.io.git && npm i
3 - Start the SvelteKit's development mode
npm run dev
4 - Then the website will be available at http://localhost:3000/
Deploying to GitHub Pages is an easy task. Just run it:
npm run build && npm run deploy