tools
is a simple tool I created that does not require a backend.
- The site is very lightweight
- It is safe because it runs on open source!
- Node.js (version 20 or higher)
- yarn (or yarn, although this project prefers yarn)
-
Clone the repository:
git clone https://github.com/misakisota/tools.git
-
Navigate to the project directory:
cd tools
-
Install dependencies:
yarn install
-
Build: Build the project
yarn run build
-
Start: Start the development server
yarn run start
-
Format Code: Format code
yarn run format
-
Lint Code: Lint code
yarn run lint
-
Start the development server:
yarn run start
-
Open the browser and navigate to
http://localhost:8080
- Misaki Sota (@misakisota)
This project is licensed under the MIT License. See the LICENSE file for details.