The landing page used in UNEFA Codex, built with Vite, React, and styled with Tailwind CSS.
This project uses various technologies from the NodeJS ecosystem, but its main ones are:
- React - "The library for web and native user interfaces".
- Motion - "A modern animation library for React and JavaScript".
- Tailwind CSS - "A utility-first CSS framework for rapid UI development.".
- NodeJS 22.21.1 or higher.
- PNPM 10.28.0 or higher (optional).
-
Clone the repository and enter it:
git clone https://github.com/bufferring/landing-codex.git cd landing-codex -
Build the project:
pnpm install && pnpm build
This project includes comprehensive code quality tools:
- TypeScript - "TypeScript is a superset of JavaScript that compiles to clean JavaScript output".
- ESLint - "Find and fix problems in your JavaScript code.".
- Prettier - "Prettier is an opinionated code formatter".
This project is licensed under the MIT License - see the LICENSE file for details.