Sevora's portfolio. UNLICENSED. All rights reserved.
This is the portfolio website of Ralph Louis Gopez who uses the codename Sevora. This project uses Vite to manage the bundling along with TypeScript. The design follows a professional theme but you will find that other designs have been used from the past commits.
These commands can be figured out by learning Node.js
npm install
- to install all the dependencies for the transpiler setup.npm run build
- to transpile the source code inside the js directory and save results to assets bundle folder.npm run dev
- to run the development server