Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 569 Bytes

File metadata and controls

43 lines (27 loc) · 569 Bytes

Eric's Blog

A personal blog to share my thoughts on various topics.

Installation

To install the dependencies, run the following command:

npm install

Usage

To run the app in development mode, run the following command:

npm run dev

Building

To build the app for production, run the following command:

npm run build

Deployment

To deploy the app to GitHub Pages, run the following command:

npm run deploy

Testing

To run the unit tests, run the following command:

npm run test:unit