This is a model browser & viewer used for browsing a school-provided model databank with various models namely in .mb, .c4d, .fbx, .obj formats. This project is based on React and PHP
- Development - Technical overview and style guide
- Middleware - Everything about middleware
To learn more about the structure of the api see:
- Node.js
>=18.17
Clone the repository and install dependencies:
npm installTo develop the app and packages, run the following command:
npm devBefore commiting check and fix ALL lint errors:
npm run lintTo build the app and packages, run the following command:
npm build