Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icelam/personal-homepage
- Owner: icelam
- License: mit
- Created: 2021-06-13T17:10:54.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-28T17:34:15.000Z (4 months ago)
- Last Synced: 2024-11-06T18:53:15.716Z (about 2 months ago)
- Language: SCSS
- Size: 21.1 MB
- Stars: 1
- Watchers: 2
- 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.