Skip to content

EvilCheetah/wcp-solutions-front-end

Repository files navigation

WCP Solutions | Front End

Contributors

Necessary Tools

  • Taskfile (Optional) - used to automate the commands.
  • NodeJS - JavaScript runtime environment.
  • pnpm - Efficient package manager for NodeJS.

Build and Run

  1. Clone the repository:
    git clone https://github.com/EvilCheetah/wcp-solutions-front-end.git
  2. Make sure all the tools listed in the Necessary Tools section are installed.
  3. Install the dependencies:
    pnpm install
  4. 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


Developed as part of a project for the California State University — Sacramento CSC 190 class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages