Use the package manager npm to install swrd-terminal.
npm installRun application with:
npx vite --port=<your_port>Deploy on Vercel:
- Install the CLI tool.
npm install -g vercel- Run through configuration via the following command.
vercelTo change output data from commands edit the following file (check out messages fields):
./src/resources/commands.jsonTo change the main information displayed on the app (e.g.: description, author, githubUrl) check the following file:
./src/resources/mainInfo.jsonIf you want to update theme colors see:
./src/theme.jsPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
