https://github.com/zephinzer/sg.com.pahlawan.www
The Pahlawan website
https://github.com/zephinzer/sg.com.pahlawan.www
Last synced: 2 months ago
JSON representation
The Pahlawan website
- Host: GitHub
- URL: https://github.com/zephinzer/sg.com.pahlawan.www
- Owner: zephinzer
- Created: 2019-10-26T12:39:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:33:49.000Z (over 2 years ago)
- Last Synced: 2025-02-01T19:14:09.623Z (4 months ago)
- Language: HTML
- Size: 3.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pahlawan Website
> This website can be found live at [https://www.pahlawan.com.sg](https://www.pahlawan.com.sg).
# Development Runbook
## Development
The general rule of thumb is that things related to deployments should be run using the `make` tooling, and things related to development should be run using the `npm` scripts.
## Installing Dependencies
You can either use `yarn` or `npm i`.
## Starting Development
To begin development, run:
```sh
npm run start;
```## Preview Before Deploying
To preview the statically built website, run:
```sh
npm run preview;
```The website should be available at [http://localhost:5000](http://localhost:5000) unless port 5000 is already tkane. In that case, follow the CLI display instructions.
## Deploying
To deploy the website, simply run:
```sh
make deploy;
```# License
Code and content in this repository is licensed under All Rights Reserved.