# Ivory-www
**Repository Path**: IvorySQL/Ivory-www
## Basic Information
- **Project Name**: Ivory-www
- **Description**: IvorySQL.org Website
- **Primary Language**: JavaScript
- **License**: CC0-1.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 3
- **Created**: 2021-12-10
- **Last Updated**: 2025-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

[](https://IvorySQL.org)
[](http://commonmark.org)
[](https://GitHub.com/IvorySQL/Ivory-www/graphs/contributors/)
# Website
Website for http://IvorySQL.org
## Introduction
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## Installation
```
$ yarn
```
## Local Development
```
$ yarn start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Build
```
$ yarn build
```
This command generates static content into the `build` directory.
## Deployment
The website is automatically deployed to [netlify](https://www.netlify.com/) each time the `main` branch receives a new push.
## Contributing
- [Submit bugs and feature requests](https://github.com/IvorySQL/Ivory-www/issues), and help us verify as they are checked in.
- Review the [website](https://IvorySQL.org) and make pull requests for anything from typos to new content suggestion.
- ### Contributing to Translation
- If you want to add a support for a new language. You can follow the [docusaurus tutorial](https://docusaurus.io/docs/i18n/tutorial)
- Currently the website is localized for **English** and **Chinese** languages. You can contribute by submitting the translation updates for documents located at https://github.com/IvorySQL/Ivory-www/tree/main/i18n/zh-CN/docusaurus-plugin-content-docs/current
- Details on the IvorySQL documentation directory structure and file location see [Locating a file for IvorySQL documentation](https://github.com/IvorySQL/Ivory-www/wiki/Locating-a-file-for-IvorySQL-documentation)
## Mailing lists
- [IvorySQL website mailing list](https://lists.ivorysql.org/postorius/lists/ivorysql-www.ivorysql.org/)
- [IvorySQL documentation mailing list](https://lists.ivorysql.org/postorius/lists/ivorysql-docs.ivorysql.org/)