Skip to content

meerkat-collective/shrinkat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to shrinkat

Version Twitter: psypher1

A link shortener app built with SvelteKit and Pocketbase. One of the projects developed under the Meerkat Collective

Demo

Running Locally

You will need 2 credentials to run the project locally:

Pocketbase

  1. Navigate into backend and run
./pocketbase serve
  • Pocketbase will be running on http://127.0.0.1:8090/_/
  1. You will need these credentials to login to Pocketbase Admin
email: admin@test.com
password: accessthebackend

SvelteKit

  1. Navigate into app

Environmnet Variables

  • Make sure you a .env file with the information in .env.example
PUBLIC_PB_URL="http://127.0.0.1:8090"
BASE_URL=http://localhost:5173
  1. Install dependencies
pnpm install
  1. Then run
pnpm dev

Local test user credentials:

email: timone@hakuna.com
password: hakunamatata

Author

👤 Dante

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator