This is GitHub Pages sources of our website.
The actual website sources code is in PowerPhone-VuePress.
GitHub pages is published through GitHub Actions. See github-pages-deploy.yml.
Static website is generated by VuePress and vuepress-theme-reco theme.
Requirements: Node.js version 18.x or higher (with npm
on the PATH).
To run dev server locally:
git clone [email protected]:PowerPhone/PowerPhone-VuePress.git
cd PowerPhone-VuePress
npm install
npm run dev
To build release:
npm run build