Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exu3/chrecap-website

[WIP] (rip)
https://github.com/exu3/chrecap-website

Last synced: about 1 month ago
JSON representation

[WIP] (rip)

Awesome Lists containing this project

README

        

# A Next.js Template
A basic boilerplate to help you get started with Next.js + TailwindCSS.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Feilla1%2Fnext-starter)

## What it includes

- Next.js ([docs](https://nextjs.org/docs))
- Tailwind CSS ([docs](https://tailwindcss.com/))
- next-themes (@pacocoursey)
- swr (@vercel)
- framer-motion ([docs](https://www.framer.com/api/motion/))
- react-icons ([icons](https://react-icons.github.io/react-icons/))

## How to use
1. initialize your project using this template
2. clone your repository `git clone https://github.com/yourusername/reponame.git`
3. cd into your project's folder
4. then, do `npm install` to install dependencies
5. then, `npm run dev` which will run the site at localhost:3000

## Other notes

### Dependency updates

The included Dependabot configuration file means you’ll automatically get PRs
every Monday with dependency updates. Delete `.github/dependabot.yml` to
disable.