Build Instructions - lap00zza/9anime-Companion GitHub Wiki
- 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
anddist/firefox
for the built extension. - Optional: since the project is in Typescript, be sure to use a editor like VSCode to take full advantage.
- Optional: check out the instructions for Running in Developement Mode
âšī¸ Check
gulpfile.js
andpackage.json
for all the available tasks