https://github.com/icelam/personal-homepage
A landing page developed for https://pinkylam.me
https://github.com/icelam/personal-homepage
Last synced: 5 months ago
JSON representation
A landing page developed for https://pinkylam.me
- Host: GitHub
- URL: https://github.com/icelam/personal-homepage
- Owner: icelam
- License: mit
- Created: 2021-06-13T17:10:54.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-28T17:34:15.000Z (about 1 year ago)
- Last Synced: 2025-05-14T22:12:31.435Z (5 months ago)
- Language: SCSS
- Size: 21.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Personal website homepage
A landing page developed for https://pinkylam.me### Technology Stack
* Pug
* CSS3 (SCSS)## Development
### Prerequisite
* Node 12 or nvm installed
* Yarn or NPM installed### Install dependencies
To install dependencies:
```bash
yarn install
```### Start development server
To start the development server:
```bash
yarn start
```### Build production
To build the project for production:
```bash
yarn build
```
All the build files can be found in `/dist` folder.