Skip to content

trajano/trajano-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43993bf · Aug 12, 2024
May 25, 2022
Apr 10, 2022
Aug 12, 2024
Aug 12, 2024
Apr 10, 2022
Mar 2, 2021
Apr 11, 2022
Jun 13, 2018
Apr 10, 2022
Dec 22, 2016
Jun 13, 2018
Apr 10, 2022
Apr 10, 2022
Mar 14, 2021
Aug 12, 2024
Jul 31, 2024
Jun 13, 2018
Apr 11, 2022
Apr 10, 2022
Mar 2, 2021
Mar 2, 2021
Apr 11, 2022
Apr 10, 2022
Mar 2, 2021
Feb 9, 2023
Apr 11, 2022
Jun 15, 2018
Apr 11, 2022
Apr 10, 2022
Mar 2, 2021

Repository files navigation

trajano-portfolio

Build Status

My portfolio site of Archimedes Trajano.

This is built using VueJS, webpack and MaterializeCSS.

Installation

npm install

This will run webpack --mode=production to build the resulting site in the dist folder.

Development mode

npm start

This will start up a server on http://localhost:8080/ that will show the portfolio site. It is configured to automatically refresh the page when there is a change in the application.

Docker

docker compose up

Then open up locally using http://localhost:4000