This repository contains the source for alcops.dev, the home of ALCops - A community driven collection of code analyzers for the AL programming language of Microsoft Dynamics 365 Business Central.
The site is built with Hugo using the Docsy theme.
You need the following tools installed before you can run the site locally:
| Tool | Notes |
|---|---|
| Hugo Extended | The Extended edition is required (Docsy uses SCSS). Minimum version: 0.155.0 |
| Go | Required for Hugo module support |
| Node.js | Required for PostCSS, which Docsy uses for asset processing |
For full details on Docsy's prerequisites, see the Docsy getting started guide.
-
Clone the repository:
git clone https://github.com/ALCops/alcops.dev.git cd alcops.dev -
Install Node.js dependencies:
npm install
-
Start the local development server:
hugo server
-
Open your browser at
http://localhost:1313.
Hugo watches for file changes and reloads the browser automatically.
Contributions are welcome. See CONTRIBUTING.md for how to get started.