https://github.com/consolelabs/superteam-dao-web
https://github.com/consolelabs/superteam-dao-web
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/consolelabs/superteam-dao-web
- Owner: consolelabs
- Created: 2022-12-26T04:34:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T10:24:41.000Z (over 3 years ago)
- Last Synced: 2025-02-28T16:13:58.091Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://superteam-dao-web.vercel.app
- Size: 355 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dwarves NextJS Boilerplate
An opinionated production-ready frontend boilerplate built on top of NextJS,
shipped with TypeScript, SWR, TailwindCSS, Jest, testing-library, Cypress, and
Storybook.
## Quick Start
```bash
git clone --depth=1 git@github.com:dwarvesf/nextjs-boilerplate.git my-project-name
cd my-project-name
yarn install
```
Then, you can run locally in development mode with live reload:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your favorite browser
to see your project.
## Deployment
| Name | Link |
| ----------- | ---------------------------------------------------- |
| Boilerplate | https://df-nextjs-boilerplate.netlify.app/ |
| UI Docs | https://df-nextjs-boilerplate-storybook.netlify.app/ |
## Documentation
- [Getting started](./docs/GETTING_STARTED.md)
- [Tech ecosystem](./docs/TECH_ECOSYSTEM.md)
- [Code style](./docs/CODE_STYLE.md)
- [Writing tests](./docs/WRITING_TEST.md)
- [Editor](./docs/EDITOR.md)
- [Deployment](./docs/DEPLOYMENT.md)