Skip to content

eik-lib/eik-lib.github.io

Repository files navigation

eik.dev

This repo holds the code and docs for the documentation website at eik.dev. It is built using Docusaurus.

Commands

All commands are run from the root of the project.

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./build/
npm start Preview your build locally at localhost:3000
npm run deploy Run by GitHub Actions to deploy to GitHub Pages
npm run lint Run ESLint + Prettier
npm run lint:fix Fix ESLint and Prettier issues that are autofixable