Novee is an application written in Swift that lets you watch anime, read manga or read novels. You will be able to keep track of the series you watch through a list, as well as being able to download them for watching offline.
Join the discord »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Novee is an application made in Swift that lets you read manga, watch anime, read novels and keep track of them. This is my first big project and is still in development, any contribution is appreciated!
To get a local copy up and running follow these simple steps.
- Install Xcode from the Mac App Store.
- Install Git from homebrew using the command
brew install git
or https://git-scm.com/downloads if you prefer.
- Clone the project using the command
git clone https://github.com/ZhichGaming/Novee.git
. Alternatively, you can use Xcode to clone by clicking Source Control > Clone on the menu bar. - Open the project through Xcode by clicking File > Open on the menu bar. Navigate to the folder you cloned the project and click open.
- Get a codesigning profile if you haven't already by pressing
Xcode
in the menu bar and then clickingSettings
. Press theAccounts
tab and click the+
button at the bottom left. SelectApple ID
. - Click the topmost element in the project navigator. In the tab that opens, click the
Signing & Capabilities
tab and enableAutomatically manage signing
. Then select your signing profile you just created.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. If you want to make big changes, please open an issue first, discussing what you want to change. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0 (GPLv3). See LICENSE
for more information.
Twitter: @ZhichGaming Email: nick.zhicheng@gmail.com
Project Link: https://github.com/ZhichGaming/Novee