https://gastonsolution.com redirects now to https://payflink.com
The new repo can be found here: https://github.com/Payflink/WebPage
Uses Astro to static build the site.
npm start # start dev env
npm run build # build site
npm run preview # serve the built site
npm run netlify # dev env with netlify (rerouting for language)
Use pnpm to manage dependencies.
pnpm i # install deps
pnpm add -D {my-new-dependency} # add
pnpm rm {dependency-i-want-to-remove} # remove
pnpm up --latest # update all deps to the latest version