An open API service indexing awesome lists of open source software.

https://github.com/atilafassina/worknet

map your work’s net
https://github.com/atilafassina/worknet

jamstack nextjs smashingmagazine tailwindcss workshop

Last synced: 2 months ago
JSON representation

map your work’s net

Awesome Lists containing this project

README

          

# Next.js Black Belt 🥋

This project is part of the Workshop [Next.js Black Belt](https://atila.io/nextjs-black-belt/).

See it live at [worknet.vercel.app](https://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

```bash
git clone git@github.com:atilafassina/worknet.git && cd worknet && yarn && yarn dev
```

Local version should be running at [localhost:3000](http://localhost:3000).