TODO: Rewrite
web-collective-inventory/
├── new-frontend/
│ ├── src/
│ ├── package.json
│ └── README.md
- Vite.js
- React
- React Query
- TypeScript
- Node.js (v14 or later)
- npm (v6 or later)
- Navigate to the frontend directory:
cd frontend- Follow the installation instructions in the FE README.
- Start the FE development server.
- Access the application via Browser (usually
http://localhost:3000).
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes, adhering to the coding conventions described in the backend and frontend READMEs.
- Write or update tests as necessary.
- Push your changes and create a pull request.
- Code Review
- Merge into Dev