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.
- Host: GitHub
- URL: https://github.com/ajatdarojat45/mongoloquent.com
- Owner: ajatdarojat45
- License: mit
- Created: 2024-02-15T09:47:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-24T22:28:25.000Z (6 months ago)
- Last Synced: 2025-12-26T12:09:16.718Z (6 months ago)
- Topics: database, javascript, library, mongodb, nodejs, orm, typescript
- Language: MDX
- Homepage: https://mongoloquent.com
- Size: 529 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/support.mdx
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
```