Marketing landing page and documentation entry point for the Ved programming language.
This project contains the public website used to introduce Ved, explain its execution model, and provide links to core repositories and documentation.
The site is built with Next.js.
- Present the high-level vision and positioning of Ved
- Provide structured documentation navigation
- Offer quick access to runtime, compiler, and CLI repositories
- Serve as the primary public entry point for new users
This repository does not contain language implementation code.
- Next.js
- TypeScript
- Minimal CSS / styling framework (to be decided)
Install dependencies:
npm installnpm run devnpm run build