https://github.com/developer-dao/devdaowomen-website
https://github.com/developer-dao/devdaowomen-website
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developer-dao/devdaowomen-website
- Owner: Developer-DAO
- License: mit
- Created: 2022-11-03T15:07:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T15:07:06.000Z (over 3 years ago)
- Last Synced: 2025-01-13T15:22:28.196Z (about 1 year ago)
- Language: TypeScript
- Homepage: devdaowomen-website.vercel.app
- Size: 378 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## nextjs-starter

Starter template for Next.js, with TypeScript, tailwindcss and daisyUI.

## Features
- Start with minimal [Next.js](https://nextjs.org/) app (using `npm`) via `npx create-next-app nextjs-starter --use-npm --ts` and simplify content
- Add [tailwindcss](https://tailwindcss.com/) and [daisyUI](https://daisyui.com)
- Add navigation, site layout and two pages
- Add Jest, React Testing Library, GitHub action to run tests, README badge, sample test
- Add Prettier config
- Add health check endpoint (`/api/health`)
- Add placeholder `favicon.ico`
## Run locally
```bash
yarn
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Run tests
```bash
yarn
yarn test
```