Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 900 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 900 Bytes

wmf-dev-portal-draft

Working content draft for the Wikimedia Developer Portal, available at apaskulin.github.io/wmf-dev-portal-draft

History

To see previous iterations of the site, visit the history page.

Test changes locally

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.

Deploy the site

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.