cv-hub-dev / cv-hub

0 stars 0 forks source link

CV Hub

🚀 How to run

  1. Install the necessary dependencies

    Before running, please install the necessary dependencies

    npm install
  2. Run development

    When working on the project locally, you should run the developer version by

    npm start
  3. Build and serve

    In order to build and servbe the static site you can run the following commands

    npm build
    npm serve