/personal-homepage

A landing page developed for https://pinkylam.me

Primary LanguageSCSSMIT LicenseMIT

Personal website homepage

A landing page developed for https://pinkylam.me

Built with TypeScript Node.js Yarn Code Style Conventional Commits License Current version

Technology Stack

  • Pug
  • CSS3 (SCSS)

Development

Prerequisite

  • Node 12 or nvm installed
  • Yarn or NPM installed

Install dependencies

To install dependencies:

yarn install

Start development server

To start the development server:

yarn start

Build production

To build the project for production:

yarn build

All the build files can be found in /dist folder.