Getting-started guidance, feature details, and API reference documentation.
# Clone the repository
git clone https://github.com/GripDay/gripday-docs.git my-docs
# Navigate to project directory
cd my-docs
# Install dependencies
pnpm install
# Start development server
pnpm docs:dev| Command | Description |
|---|---|
pnpm docs:dev |
Start development server |
pnpm docs:build |
Build for production |
pnpm docs:preview |
Preview production build |
pnpm prettier:write |
Run Prettier over the code |
pnpm lint |
Lint code |
| Variable | Description | Default |
|---|---|---|
NODE_ENV |
Defines nodejs environment | development |
Conventional changelog located here.
...
Please follow Contributing page.
Please follow Code of Conduct page.
...
This project is licensed under the MIT License. See the LICENSE file for more details.