
by Nazir Bahadori
29/09/2024
Deploy this template to create your own app and start your journey with CloudStation.

Built with the Next.js App Router
Framework - Next.js 14
Language - TypeScript
Styling - Tailwind CSS
Components - Shadcn-ui
Schema Validations - Zod
State Management - Zustand
Auth - Auth.js
File Uploading - Uploadthing
Tables - Tanstack Tables
Forms - React Hook Form
Linting - ESLint
Pre-commit Hooks - Husky
Formatting - Prettier
Follow these steps to clone the repository and start the development server:
Create a .env.local file by copying the example environment file: cp env.example.txt .env.local
Add the required environment variables to the .env.local file.
yarn run dev