Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 670 Bytes

File metadata and controls

35 lines (22 loc) · 670 Bytes

    

C/C++ Console Apps

App and Game examples written in C (some in C++) console applications for education, inspiration, and fun.

Docs Development

Install the dependencies:

npm install

Start the dev server:

npm run dev

Build the website for production:

npm run build

Preview the production build locally:

npm run preview