This repository contains the source code for the Falkor website, built using React and TypeScript, with Vite for development and build processes.
- Vite for fast, efficient development.
- TypeScript for static typing and improved developer experience.
- TailwindCSS for styling.
- ESLint for code quality and consistency.
- Node.js v16+
- npm, yarn, or bun (my personal pick)
Clone the repository and install dependencies:
git clone https://github.com/Team-Falkor/website
cd website
npm installTo start the development server:
npm run devTo build for production:
npm run buildRun ESLint to ensure code consistency:
npm run lint-
src/: Main source code.assets/: Static files like images and fonts.components/: Reusable React components.routes/: Route components for each route.styles/: Tailwind configuration and global CSS files.
-
public/: Public static assets. -
vite.config.ts: Vite configuration for build and development. -
tsconfig.json: TypeScript configuration. -
tailwind.config.js: TailwindCSS configuration.
We welcome contributions! Please create an issue or open a pull request.
This project is licensed under the MIT License.