This is the new 2023 version built with NextJs 14 NextJs 15
and create-next-app
.
The website itself (the NextJs code) is really basic, and I haven't spent too much time on that. I write code better than that, I swear! 😇
I also use this website for testing and trying new technologies (which can be found in the next chapter).
Please don't try to hack my website ❤️
app
folder)npm run dev
aka next dev
npm run docker:start:local
nvm use
: it uses the version written in .nvmrc
file (v20.0.0)npx create-next-app@latest
npm install
(see package.json
for dependencies)npm run dev
pages
folder since app
folder doesn't support it yet)