Платформа Доки: шаблоны, стили, скрипты и всё для сборки сайта
ДокиСтатус is a platform for web developers that aims to provide practical, understandable, and engaging documentation for web development. It is built on Eleventy, a static site generator, and uses Nunjucks templates to transform Markdown articles into HTML pages. The platform is deployed using GitHub Actions and hosted on a server. Developers can contribute to the platform by adding their own tests and debugging with the help of Jest and Chrome developer tools.
To work with the ДокиСтатус platform, you will need Node.js and npm installed on your system.
.env.example
file and rename it to .env
. Set the required environment variables in this file.npm i
.npm start
.For more options on running Доки locally, refer to the provided documentation.
ДокиСтатус is a platform that aims to provide practical and engaging documentation for web developers. It includes features such as linting for code quality, a W3C validator to check HTML markup, and the ability to track deployment status. Developers can easily set up the platform locally using Node.js and npm. The ДокиСтатус platform also provides instructions for running tests, debugging with Jest and Chrome developer tools, and contributing to the platform’s development.