- Clone this repository or download the ZIP file
- Make sure that you have Node.js and NPM, PNPM or Yarn installed
- Install the project dependencies from the
package.json
file:
pnpm install
# or
npm install
# or
yarn
PNPM is the package manager of choice for illustration, but you can use what you want.
- Launch the Next.js local development server on
localhost:3000
by running the following command:
pnpm run dev
You can also build the project and get the distribution files inside the .next/
folder by running:
pnpm run build
Pull requests are welcome! Please read our contributions guide and submit your PRs. We enforce developer certificate of origin (DCO) commit signing — guidance on this is available. We also welcome issues submitted about problems you encounter in using CREDEBL.