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

https://github.com/sassanix/sassanix


https://github.com/sassanix/sassanix

music

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Sassanix Official Music Page

Welcome to the repository for the Sassanix official music page, where you can listen to my latest mixes and see my latest creations.

This site is built with the [Hacker theme](https://github.com/pages-themes/hacker) for GitHub Pages. The Hacker theme is designed to look like your favourite terminal environment, providing a familiar workspace for documentation and blogging.

## Installation

You can clone this repository to create a local copy on your computer and preview the site in your web browser.

### Prerequisites

- Git
- Ruby
- Bundler

### Steps

1. Clone the repository:

```bash
git clone https://github.com/sassanix/Sassanix.git
cd Sassanix
```

2. Install the Jekyll and bundler gems:

```bash
gem install jekyll bundler
```

3. Install dependencies from the Gemfile:

```bash
bundle install
```

4. Build the site and make it available on a local server:

```bash
bundle exec jekyll serve
```

5. Now browse to [http://localhost:4000](http://localhost:4000)

## Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Email - [sassanix[at]duck.com](mailto:[email protected])

Project Link: [https://github.com/sassanix/sassanix](https://github.com/sassanix/sassanix)

## Acknowledgements

- [GitHub Pages](https://pages.github.com/)
- [Hacker Theme](https://github.com/pages-themes/hacker)
- [Jekyll](https://jekyllrb.com/)