Klausdk1999 / neobrutalism-course

neobrutalism-automation-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

neobrutalism-automation-course

License:MIT License


Languages

Language:TypeScript 61.2%Language:CSS 22.5%Language:JavaScript 16.3%