Quick Build
Clone Comfortable Sakai repository from GitHub.
git clone git@github.com:kyoto-u/comfortable-sakai.git
Then, change directory to comfortable-sakai
.
cd comfortable-sakai
Install dependencies using npm
.
npm install
Tip for installation
If npm install
is not working, make sure to check if appropriate versions of npm
and nodejs
is installed to your device.
Please refer to Required Version for more information.
You can now build Comfortable Sakai with the following commands.
For Google Chrome (Chromium Browser)
npm run build:chrome
For Firefox
npm run build:firefox
dist
directory is created in the root of the project folder.
dist/source
contains transpiled js file and other assets.dist/release
contains zipped file ofdist/source
. Use this generated zip file to upload the extension to each store.