- Minimalist design
- Easy to use
- Support for many popular sites
- Clean interface
- Built in calculator
Tip
Run npm install to install the required dependencies.
Run
Run npm start to start the server. If no build folder if found, Warp will attempt to build.
Build
Run npm run build to build app for production into the dist folder.
Development
Run npm run dev to run the app in development mode.
Formatting
Run npm run format to format the project with Prettier.
Updating Dependencies
Run npm run update to update every dependency. Note that this my cause Warp to break.
Revert Changes
Run npm run revert revert the project back to the last commit.
Warp uses the MIT license.