A minimalist Next.js app template with Neobrutalism UI.
-
Clone the repository or "use this template".
git clone git@github.com:aglabsid/nextalism.git
-
Copy the
.env.samplefile to.envand set your environment variables.cp .env.sample .env
-
Install the dependencies.
pnpm install
-
Sync schema with the database.
pnpm db:migrate
-
Start the development server.
pnpm dev
This project is licensed under the MIT License.