All Projects → adonisjs → adonis-documentation

adonisjs / adonis-documentation

Licence: other
The documentation website source code hosted on http://adonisjs.com

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Adonis Documentation

This project contains the website hosted on http://adonisjs.com. Pull the documentation from https://github.com/adonisjs/docs and compile the markup files into HTML.

Did we tell you, the docs are built using AdonisJs itself 😄

Setup

The easiest thing to do.

  1. Clone the repo
git clone [email protected]/adonisjs/adonis-documentation
  1. Cd and Run Setup
cd adonis-documentation && npm run setup
  1. Start server
npm run dev

Compiling Styles & Scripts

All styles and scripts are saved inside the resources/assets directory. Make sure not to touch any file inside the public directory, since all files are auto-generated. Run the following command to watch for styles & scripts changes and also compile them.

npm run watch

Contributing

Feel free to contribute to the project by improving the design/layout. Make sure to create a PR for the develop branch and not the master branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].