Working content draft for the Wikimedia Developer Portal, available at apaskulin.github.io/wmf-dev-portal-draft
To see previous iterations of the site, visit the history page.
After cloning the repo, use npm to run the VuePress development server:
cd docs
npm install
npm run dev
Visit http://localhost:8080 to view the local server.
From the main project directory, run the deploy script to deploy the main branch to GitHub pages:
bash deploy.sh
If you get a No such file
error, make sure you are in the main project directory, not in /docs
.