https://github.com/developer-dao/website
https://github.com/developer-dao/website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developer-dao/website
- Owner: Developer-DAO
- Created: 2023-09-08T09:59:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T15:15:48.000Z (over 1 year ago)
- Last Synced: 2025-02-02T17:51:39.232Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://d-d-website.vercel.app
- Size: 29.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D_D Website V2.0
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
## Working locally with both the Design system and the website.
Build a Yarn Workspace on the root folder containing both repositories
Setup a package.json file
```
{
"private": true,
"workspaces": [
"design-system",
"website",
]
}
```
Remove lock files on both folders, the app that will drink from the design-system folder.
Root yarn install from the root folder
And then start your dev environments on each project.
Yarn dev for a next.js project
yarn watch:all for the design system