https://limitless-ljmi.onrender.com
- Install dependencies with
yarn install
- Build assets with
yarn run build
Laravel Mix is used to build assets from sources. CSS should be written with help of Sass. JS should utilise modern ES6+ syntax. Multipage HTML structure provides by use of Twig. All sources are stored in "src" directory. Compiled assets are stored in "public" directory. You can use yarn run watch
command to watch for file changes. All assets are linted using eslint and stylelint, make sure to fix all linting problems before commiting your changes.