Slate is a web-based collaboration & productivity platform built with Next.js
First, clone the repository and install the dependencies:
git clone https://github.com/aayushsaini/slate.git
cd slate
npm install
# or
yarn install
# or
pnpm install
# or
bun install
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Slate uses Drizzle ORM
for database management. You may run the needed Drizzle commands mentioned in the package.json
file
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Contributions are welcome! ❤️
Although, this is my learning project, but if you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
We can always make a better version, together ✨
Slate is licensed under the MIT License. See the LICENSE file for more information.