Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

ApptivaAG/gaston-webpage

Repository files navigation

Gaston Website [ARCHIVED]

https://gastonsolution.com redirects now to https://payflink.com

The new repo can be found here: https://github.com/Payflink/WebPage

Stack

Web framework

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)

Dependency Managment

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