Installation 1. Clone the project via git clone command 2. Install npm packages npm install 3. Run the project Run the project in development mode npm run dev Build the project for production npm run build Run the latest production build npm run peview To upload the production build on an FTP server - import all the files from ./dist directory to the FTP server