https://dsso-website.vercel.app/
This website has been developed for Chamfer Studio's Game called Dune Special Spice Ops. A project carried out for the subject Project 3 at CITM - UPC university.
- Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
- Chakra UI - A simple, modular and accessible component library for React
- Three.js - 3D library for JavaScript
- Framer Motion - An animation library for React
- React Markdown - React component to render markdown.
$PROJECT_ROOT
│ # Page files
├── pages
│ # React component files
├── components
│ # Non-react modules
├── lib
│ # Data Management
├── data
│ # Static files for images
└── public
MIT License.