Skip to content

misakisota/tools

Repository files navigation

Tools

tools is a simple tool I created that does not require a backend.

Features

  • The site is very lightweight
  • It is safe because it runs on open source!

Getting Started

Prerequisites

  • Node.js (version 20 or higher)
  • yarn (or yarn, although this project prefers yarn)

Installation

  1. Clone the repository:

    git clone https://github.com/misakisota/tools.git
  2. Navigate to the project directory:

    cd tools
  3. Install dependencies:

    yarn install

Scripts

  • 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

Usage

  1. Start the development server:

    yarn run start
  2. Open the browser and navigate to http://localhost:8080

Author

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Simple tools that require no backend, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published