App and Game examples written in C (some in C++) console applications for education, inspiration, and fun.
Install the dependencies:
npm installStart the dev server:
npm run devBuild the website for production:
npm run buildPreview the production build locally:
npm run preview