- User accounts
- Communities (subreddits)
- Posts
- Comments
- Voting (posts only)
- SvelteKit
- Prisma (SQLite)
- Custom Sass
- JWT Authentication
- Clone the repository
git clone https://github.com/AlexStew14/NotIt.git
- Install dependencies with
npm install
- Generate DB with
prisma db push
- Start the server with
npm run dev