Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icelam/personal-homepage

A landing page developed for https://pinkylam.me
https://github.com/icelam/personal-homepage

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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:
```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.