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 😄
The easiest thing to do.
- Clone the repo
git clone git@github.com/adonisjs/adonis-documentation
- Cd and Run Setup
cd adonis-documentation && npm run setup
- Start server
npm run dev
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
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.