Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 782 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 782 Bytes

Next.js Black Belt 🥋

This project is part of the Workshop Next.js Black Belt.

See it live at worknet.vercel.app.

What's inside? 👩‍🔧

dependencies version
Next.js 12.0.1+
React 17.0.2+
TypeScript 4.3.5+
sentry/nextjs 6.13.3+
next-auth 4.0.0+
tailwindcss 2.2.17+
heroicons/react 1.0.4+

Get to work ⚡

Copy/paste this on your terminal to

  • clone
  • install dependencies
  • get local server running
git clone git@github.com:atilafassina/worknet.git && cd worknet && yarn && yarn dev

Local version should be running at localhost:3000.