@rhtml/fastify-starter Installation Intall nvm https://github.com/nvm-sh/nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash Use current project version nvm install v20.18.3 nvm use Install node_modules npm install Create .env file using .env.example cp .env.example .env Start npm start Open browser http://localhost:3000 Tests npm test