This is my personal website (app), where I will be sharing my projects and experiences.
This app is built with React, Vite & SWC. @vitejs/plugin-react-swc uses SWC for Fast Refresh
To install the dependencies, run:
npm install
To start the development server, run:
npm run start
To run the tests suites in watch mode, run:
npm run test
To build the app, run:
npm run build
For deployment to github pages, the gh-pages
package is used.
https://github.com/tschaub/gh-pages
To deploy the app, run:
npm run deploy
MIT