https://github.com/thecodingmachine/best-practices
This repository contains the files to generate the http://bestpractices.thecodingmachine.com website
https://github.com/thecodingmachine/best-practices
Last synced: 7 months ago
JSON representation
This repository contains the files to generate the http://bestpractices.thecodingmachine.com website
- Host: GitHub
- URL: https://github.com/thecodingmachine/best-practices
- Owner: thecodingmachine
- Created: 2015-09-15T08:53:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:23:02.000Z (about 3 years ago)
- Last Synced: 2025-06-22T03:56:30.713Z (7 months ago)
- Language: Less
- Homepage: http://bestpractices.thecodingmachine.com
- Size: 2.54 MB
- Stars: 57
- Watchers: 13
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TheCodingMachine Best practices
===============================
This repository contains the best coding practice website of TheCodingMachine.
Website URL is https://bestpractices.thecodingmachine.com
The website is statically generated using [Couscous](https://couscous.io).
Find a typo or an error? Do not hesitate to submit a pull-request.
## How to contribute
### Setup
The site generation is working under PHP 8.1 and Node 16.
You will need to install bower and gulp using the following commands:
npm install -g bower gulp
Then, install the dependencies:
composer install
npm install
bower install
### Run the website locally
Compile the assets:
gulp
Then run the website locally with:
vendor/bin/couscous preview