A simple personal portfolio website: kajgm.com
Please ensure node is installed:
Follow these steps to install and run the development environment:
- Clone the repository
git clone [email protected]:kajgm/kajgm.github.io.git
- Install node modules
cd kajgm.github.io/
npm install
To start the development server use the following command:
npm run dev
Your default browser will automatically open to the development server homepage.
The address should be http://localhost:3000/
To build the static resources for local or custom CDN deployment, run the following commands:
npm run build
This will generate a static version which can be found in kajgm.github.io/.next/
.
To build and deploy the static content, head over to the Actions tab. Then select the Deploy to Github Pages
tab and execute the workflow_dispatch
event trigger.