/interno_final

Primary LanguageJavaScript

Developer guide

Getting Started

  1. Install Node.js:

  2. Clone the repo

  3. Install dependencies (at the root of the repo):

    npm install
    
  4. Run the project

    npm start
    
  5. Build for deployment

    npm run build
    
  6. Build for deployment (Windows only)

    npm run buildwin
    

Version Bump