Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
/ nagome-webui Public archive

web UI of Nagome which is comment viewer for Niconama

License

Notifications You must be signed in to change notification settings

diginatu/nagome-webui

Repository files navigation

Web UI for Nagome

UI plugin for Nagome.

This UI is made with Onsen UI (Apache License).

How to use

Developing and Build

Install dependencies.

npm install

This project is created by create-react-app. So you can start developing running following command.

npm start

Create an optimized production build.

npm run build

To launch Nagome process and connect to it, you have to run an executable here at the top of this directory. If you want to place it here, it is recommended to name it runserver because it is written in .gitignore.

./runserver

This UI app automatically connect to the process. And then you can use this app now!

Pre-build production

There are pre-build productions on the releases page. It assumes it's hosted at /app/ as its root of the URL.

These pre-build productions include Onsen UI (Apache License).

Release

# increase version number in package.json
vim package.json
git tag v?
git push --tags
./RELEASE.sh
# upload created zip file

Tasks

  • Display elapsed time