Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README #37

Merged
merged 4 commits into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# Wombat Docs

The documentation for 4788s
The documentation for 4788s wombat library.

> [!IMPORTANT]
> View the production version of the documentation here: [https://4788-docs.vercel.app/](https://4788-docs.vercel.app/)

## Contributing

If you would like to contribute to the documentation, please fork the repository and make a pull request into the master branch here: [https://github.com/CurtinFRC/Wombat-Docs.git](https://github.com/CurtinFRC/Wombat-Docs.git).

## Running

To run the documentation locally, you will need pnpm (or equivalent) installed. Then run the following commands:


```bash
pnpm install
pnpm run dev
```

## Building

To build the documentation, you will need pnpm (or equivalent) installed. Then run the following commands:

```bash
pnpm install
pnpm run build
```

The built documentation will be in the `dist` directory.

You can find the most updated code for wombat in our [GitHub repository](https://github.com/CurtinFRC/2024-Crescendo). Wombat will be located in the `wombat` directory of the repository.

> [!NOTE]
> You can also find a less up to date version of wombat in a separate repository [here](https://github.com/CurtinFRC/Wombat)