- Anish Mishra
- Austin Melendez
- Christopher Romero
- Eugene Moshchyn
- Gloria Nikitchuk
- Khush Bakhat
- Nick Minor
- Wanh Khang
- Taskfile (Optional) - used to automate the commands.
- NodeJS - JavaScript runtime environment.
- pnpm - Efficient package manager for NodeJS.
- Clone the repository:
git clone https://github.com/EvilCheetah/wcp-solutions-front-end.git
- Make sure all the tools listed in the Necessary Tools section are installed.
- Install the dependencies:
pnpm install
- Start the Application:
pnpm run dev
You can also automate the dependency installation and application startup by using the provided Taskfile.yaml. Simply run the following command to execute everything at once:
task run-dev