Vertex is currently a web guide into creating your first OpenGL program
It is a collection of information I collected on my journey thanks to sites like learnopengl.com plus a lot of my personal remarks
To install all modules needed run npm install
To start the project run npm run dev
Afterwards the website should be running at http://localhost:5173 (as shown in your console)
To compile the project run npm run build
Afterwards open the build as a static server by using for example npx serve build