The official website of FlakeForge — a modern, fast, and visually engaging static site showcasing our projects, blogs, and other tech-related content. Built with best practices to deliver an exceptional user experience through clean structure, smooth animations, and high performance.
- React + Typescript - UI library and Strict type safety
- Tailwind CSS — Utility-first styling
- GSAP — Smooth, high-performance animations
- FSD — Feature-Sliced Design architecture
- ESLint — Consistent, clean code standards for linting
- Nextjs - framework for SSG
Note
Version Node +v20*
# Install dependencies
pnpm install
# Start the development server
pnpm dev
Open localhost:3000 in your browser.
Note
You need to create .env
following the example of .env.example
so that all parameters are
- Avoid using any, prefer strong typing
- Use GSAP via hooks for smoother animations
- Run eslint to ensure code quality
- Keep components atomic and reusable
Licensed under the MIT License.
Let me know if you'd like to localize the README into other languages or generate a minimal version for internal use.