Deployment : todo-du-siecle-production.up.railway.app
GitHub Repo: github.com/therosbif/todo-du-siecle
- Language: TypeScript
- JS Framework: SvelteKit
- CSS Framework TailwindCSS
- UI Library: Headless UI
- Authentication: SvelteKit Auth
- Validation: Zod
- API: tRPC
- ORM: Prisma
- Database: PostgreSQL
- Deployment: Railway
# Clone the repository
git clone [email protected]:therosbif/todo-du-siecle.git
cd todo-du-siecle
# Install dependencies
pnpm install
# Generate Prisma client
pnpm prisma generate
# Start the development server
pnpm dev
# Build the project
pnpm build
# Preview the production build
pnpm preview
.env
file in the root of the project to run locally: An example file is provided here.