Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 868 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 868 Bytes

NextJS starter template

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

Get started

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.

Installation

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