StudyStash is a project made on a whim, as I wanted an easy way to convert pictures I took to PDF. Additionally, I added text file support for even more convenience!
- Create the
.env.localfile in your project root and add the following variables
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
you will need a Clerk and a Supabase account.
-
Install dependencies by running
npm install -
To start the server in development mode,
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
