Developer-DAO / website

Home Page:https://d-d-website.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D_D Website V2.0

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

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

About

https://d-d-website.vercel.app


Languages

Language:TypeScript 63.1%Language:MDX 34.0%Language:CSS 2.2%Language:JavaScript 0.6%