Skip to content

poulzinho/poulzinho.github.io

Repository files navigation

Paul Gualotuna

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

Setup

To install the dependencies, run:

npm install

Development

To start the development server, run:

npm run start

Test

To run the tests suites in watch mode, run:

npm run test

Build

To build the app, run:

npm run build

Deploy

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

License

MIT