This template is for neobrutalism template creators (for this organization) who want to start building asap, without having to install and set everything from scratch.
This template includes:
- nextjs 14
- tailwind (with default variables from styling docs)
- eslint + prettier (with plugin for sorting tailwind classnames)
- cn utility function
Once you join this organization (message me on twitter, and I'll send you an invite) make a new repo in this organization by clicking the "Use this template" button on the top right.
This template uses pnpm
package manager so make sure you have it installed.
To install all dependencies run:
pnpm i
To run the app locally:
pnpm run dev