You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
Jewel Mahanta edited this page Oct 18, 2017
·
1 revision
Install NodeJS
Install git
Run the following commands
# Clone the repository and move inside it
$ git clone https://github.com/lap00zza/9anime-Companion.git
$ cd 9anime-Companion
# install dependencies
$ npm install
# Build the extension. If gulp command is not working, it means # you dont have gulp-cli. You can either download gulp-cli or use# npm run build.
$ gulp
Check dist/chromium and dist/firefox for the built extension.
Optional: since the project is in Typescript, be sure to use a editor like VSCode to take full advantage.