See live example project See live example design system
npx degit github:lightingbeetle/next-lighter my-new-project
Degit will clone this repository without git history.
You need "node": ">=16.10.0" and corepack enabled (corepack enable).
Then run install command:
yarnRun npm run build before first dev start. Some packages need to be built
before starting dev for the first time. It's a known issue, that needs to be resolved.
Run npm run dev in root of this repository to develop example project.
Run npm run dev:design-system in root of this repository to develop design system.
Open http://localhost:3000 with your browser to see the result.
Run npm run build in root of this repository.
Currently we support editing compontents documentation in git powerd Netlify CMS. This is experimental feature and may not work.
- Run
npx netlify-cms-proxy-serverin the root of this repository to bypass Github workflow - Run
npm run dev:design-systemto start local development server