A documentation with resources for the C language.
First step installation dependecies we have pnpm
pnpm install --frozen-lockfileYou can then start the local development server with:
pnpm run devThis will launch a browser window open to localhost:3000.
You can build the project with:
pnpm run build