An open API service indexing awesome lists of open source software.

https://github.com/davidumoru/satori


https://github.com/davidumoru/satori

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Satori

Generate personalised roadmaps to learn anything

## Installation

To set up the project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/davidumoru/satori.git
```

2. Navigate to the project directory:

```bash
cd satori
```

3. Install the dependencies:

```bash
npm install
```

4. Start the development server:

```bash
npm run dev
```

## Contributing

Contributions are welcome! Please follow these steps to contribute:

1. Fork the repository.
2. Create a new branch:

```bash
git checkout -b feature/your-feature-name
```

3. Make your changes and commit them:

```bash
git commit -m 'Add some feature'
```

4. Push to the branch:

```bash
git push origin feature/your-feature-name
```

5. Open a pull request to the `main` branch.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Acknowledgments

- [davidumoru](https://github.com/davidumoru) for creating and maintaining this project.