GitXplorerGitXplorer
j

jot

public
0 stars
0 forks
2 issues

Commits

List of commits on branch main.
Unverified
32c1a04cccd199006c6973ce44f5e41b50951cc2

Updating readme

jjustjish committed a year ago
Unverified
2583bd9f872721026320d60e62b95cd9b6d0d094

fix link

jjustjish committed a year ago
Unverified
7afe0453b21596076ac929f15e89dab99b1fa5de

Provide link to app

jjustjish committed a year ago
Unverified
a76817b3aa4933a044b930d7137facbe1e5f9146

instructions in readme

jjustjish committed a year ago
Unverified
a4d3fd2422ec43704c32315cb8ac3f0fb0afdec7

Keep notes page up-to-date with changes in edit ui

jjustjish committed a year ago
Unverified
70be31574c82db45f6617e3a869482c475d8fd3c

updated favicon. Added background listener for

jjustjish committed a year ago

README

The README file for this repository.

Jot

A simple note taking app

CHECK OUT THE APP HERE

Running the App

You should have been granted access to the Supabase project. That is where all the configuration occurs. To access the backend, simply visit Supabase and select the project

The .env.local should have also been provided. With that simple type pnpm dev

Local Dev Env Requirements

Install Required Dependencies (Mac Instructions)

brew upgrade

## Node
brew install node

## Package Manager (Pick your preferred option)
### Option 1
brew install pnpm
### Option 2
npm i -G pnpm


## Editor (Optional)
brew install cask visual-studio-code

## The following is for Local Development.
## You can ignore for now, Supabase CLI needs some work to reconcile the platform with local.
### Supabase CLI
brew install supabase/tap/supabase

### Docker Desktop
#### Option 1 (Recommended) Download and install from link below
#### https://docs.docker.com/desktop/install/mac-install/

#### Option 2 Brew Cask, Should download the same file,
#### but you want to update with the App itself, so its
#### kinda pointless having brew install imho.
brew install --cask docker

#### Option 3 ... Don't do this unless you know what you
#### are getting into lol.
brew install docker