This is the source of the official Mongoloquent website.
If you want to work on this project on your local machine, you may follow the instructions below. These instructions assume you are serving the site using Laravel Valet out of your ~/projects directory:
-
Fork this repository
-
Open your terminal and
cdto your~/projectsfolder -
Clone your fork into the
~/projects/mongoloquent.comfolder, by running the following command with your username placed into the {username} slot:git clone git@github.com:{username}/mongoloquent.com -
cdinto the new directory you just created:cd mongoloquent.com -
Run the command to install all dependencies:
npm install -
Run the command to the project:
npm run start