My personnal website
This website is currently not finished. It can't be use in a production environnement. You can have take a pick here on my website
You will need:
- NodeJS: It will run a part of the project and install
npm
which is needed to installpnpm
- PNPM: Simple installation with this command :
npm i -g pnpm
; Install all dependencies - BunJS: A new runtime of javascript; This will run also a part of the project.
You can run this command to download the project directly and build it.
curl https://cdn.thumus.eu/install.sh | sh
Simply, run this command to build the project.
sh build.sh
(WIP)