Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 876 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 876 Bytes

GambiConf

🐒 The Blow Your Mind Conference

How to run

1 - Clone this repo

[email protected]: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/

How to deploy

Prod

Deploying to GitHub Pages is an easy task. Just run it:

npm run build:prod && npm run deploy:prod

Staging

We have a staging repository/environmnet.

npm run build:staging && npm run deploy:staging