A personal blog to share my thoughts on various topics.
To install the dependencies, run the following command:
npm installTo run the app in development mode, run the following command:
npm run devTo build the app for production, run the following command:
npm run buildTo deploy the app to GitHub Pages, run the following command:
npm run deployTo run the unit tests, run the following command:
npm run test:unit