Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 2.41 KB

File metadata and controls

55 lines (44 loc) · 2.41 KB

FlakeForge Website

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.

Next.js TailwindCSS TypeScript FSD GSAP ESLint

Stack technologies

  • 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

Basic requirements for the project

Note

Version Node +v20*

For Developers

# 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

Development Tips

  • Avoid using any, prefer strong typing
  • Use GSAP via hooks for smoother animations
  • Run eslint to ensure code quality
  • Keep components atomic and reusable

📄 License

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.