Skip to content

dannymichel/veso-web

 
 

Repository files navigation

Veso Web

Part of the Veso Project


Logo Banner

## Build Process

Dependencies

  • Node.js
  • npm (included in Node.js)

Getting Started

  1. Clone or download this repository.

    git clone https://github.com/vesoapp/veso-web.git
    cd veso-web
  2. Install build dependencies in the project directory.

    npm install
  3. Run the web client with webpack for local development.

    npm start
  4. Build the client with sourcemaps available.

    npm run build:development

Join us on discord https://discord.gg/Ce4PmFcX7Y

Packages

No packages published

Languages

  • JavaScript 57.7%
  • SCSS 27.2%
  • HTML 7.7%
  • TypeScript 5.8%
  • CSS 1.3%
  • Shell 0.2%
  • Other 0.1%