DocumentWrite is working on a documentation for the Arti project. Start date is August 1st and the project will go until November.
## About the project
The two deliverables of this project will be:
This project is built with Docusaurus, a modern static site generator.
- content and UX audit report
- new Arti documentation
## Local setup
## About the project
To run this project locally, you need to have [Node.js](https://nodejs.org/en/download/) installed on your machine. Once you have Node.js installed, clone the repository and execute the following commands.
```bash
cd arti-doc-project-2023
npm install
npm start
```
These commands navigate into the project directory, install the docusaurus dependencies, and starts the website in a browser on the port `localhost:3000`.
This project is built with Docusaurus, a modern static site generator, and is still in progress.
## File structure
```bash
├── /docs # the docs content in markdown format
│ ├── intro.md
│ ├── example.md
├── /src # the css and js files for further customization
[Watch video instructions](https://www.loom.com/share/3f10033a270a40afab3fb8c79830c86c?sid=263c4d7f-19cd-4324-b2dc-8357852de3e8) for adding new content.
## Making changes and updates
This will start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
To make updates to the documentation, check out to a new branch from the main branch to update the most recent version of the documentation. After making changes, push your changes to the repository and open a merge request.
Your MR will be assigned a reviewer, and will be merged after approval.