> For the complete documentation index, see [llms.txt](https://the-muses.gitbook.io/cassandra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-muses.gitbook.io/cassandra/master.md).

# Cassandra Open Education

A platform to distribute educational resources online, which will be freely available to anyone. The aim is to facilitate equal access to education for all.

## Documentation

* [About Cassandra](https://the-muses.gitbook.io/cassandra/untitled/cassandra-open-education)
* [Cassandra Road Map](https://the-muses.gitbook.io/cassandra/untitled/cassandra-road-map)
* [Contributing Guidelines](https://the-muses.gitbook.io/cassandra/untitled/contribution-guidlines)
* [Licensing Information](https://the-muses.gitbook.io/cassandra/untitled/licensing-information)
* [Code of Conduct](https://app.gitbook.com/s/-LmJ21JJS9kS7Fb3JkvY/)

## Setup for Local Development

First clone the Repository. Then run:

```bash
npm install 
# or
yarn
```

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open <http://localhost:3000> to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

## Learn More

You can learn more at the [The Muses](https://the-muses.org).

To learn React, check out the [React documentation](https://reactjs.org/).
