Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
one-aalam authored Mar 29, 2021
1 parent d665ea6 commit 89828ac
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
Next.js Starter Kit is a project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Next.js Starter Kit
Boilerplate to quckly get up and running with Next.js with
- __Typescript__ as the language choice
- __Tailwind CSS__ for quick styling without getting out of your HTML
- __ESLint__ for static code analysis
- __Prettier__ for code formatting
- __SEO__ pre-configured
- __Icons & SVG__ support out of the box

and pre-made
- __Message/Alerts__ `coz who don't uses one?
- __Authentication system with Supabase__ In the [with-supabase](https://github.com/one-aalam/next-starter-kit/tree/auth-supabase) branch

## Getting Started

Expand Down

0 comments on commit 89828ac

Please sign in to comment.