Skip to content

amitskingh/textmate-app

Repository files navigation


TextMate - Latest Version

Setup Instructions:

  1. Clone the repository and navigate to the project directory.

  2. Run the following commands to install dependencies and start the development server:

    npm install
    npm run dev
  3. Add the following line to your .env file:

    VITE_API_URL=http://localhost:3000
    OR
    VITE_API_URL=Your_Backend_Server_Link
  4. Configure the backend by following the instructions provided at Textmate Backend.


Screenshots:

  1. Home Page
    Home Page Screenshot
  2. Login Page
    Login Page Screenshot
  3. Library View
    Library Screenshot
  4. Note View
    Note Screenshot
  5. Editor
    Editor Screenshot

Releases

No releases published

Packages

No packages published