Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exu3/ct-temp
ct temp site q4
https://github.com/exu3/ct-temp
Last synced: about 1 month ago
JSON representation
ct temp site q4
- Host: GitHub
- URL: https://github.com/exu3/ct-temp
- Owner: exu3
- Created: 2021-08-07T17:17:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T17:43:37.000Z (over 3 years ago)
- Last Synced: 2024-10-27T23:48:34.084Z (3 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.