/PowerPhone.github.io

Website hosted on GitHub Pages for PowerPhone (powerphone.github.io)

PowerPhone Website

Vue Typescript Build & Deployment CI

This is GitHub Pages sources of our website.

The actual website sources code is in PowerPhone-VuePress.

Deployment

GitHub pages is published through GitHub Actions. See github-pages-deploy.yml.

Development Guide

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 git@github.com:PowerPhone/PowerPhone-VuePress.git
cd PowerPhone-VuePress
npm install
npm run dev

To build release:

npm run build