An open API service indexing awesome lists of open source software.

https://github.com/ajatdarojat45/mongoloquent.com

The source code of the official Mongoloquent website.
https://github.com/ajatdarojat45/mongoloquent.com

database javascript library mongodb nodejs orm typescript

Last synced: 5 months ago
JSON representation

The source code of the official Mongoloquent website.

Awesome Lists containing this project

README

          

# Mongoloquent website

This is the source of the official [Mongoloquent website](https://mongoloquent.com).

## Local Development

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:

1. Fork this repository
2. Open your terminal and `cd` to your `~/projects` folder
3. Clone your fork into the `~/projects/mongoloquent.com` folder, by running the following command with your username placed into the {username} slot:
```
git clone git@github.com:{username}/mongoloquent.com
```
4. `cd` into the new directory you just created:

```
cd mongoloquent.com
```

5. Run the command to install all dependencies:

```
npm install
```

6. Run the command to the project:

```
npm run start
```