/isekai-me-revolution

This is a source code of isekai.me

Primary LanguageJavaScript

Isekai.me - Revolution -

This is the source code of isekai.me.

Develop

We use node.js to build our develop environment. Our code depend on following project:

  • Node.js(NPM)
  • React
  • Webpack

Start develop environment with following step.

  1. Install dependencies.
$ npm install
  1. Start webpack to build
$ npm run build
  1. Start webpack in develop environment
$ npm run dev
  1. Visit in browser at http://localhost:8080/.

Depoly

Deploy static files with following step.

  1. Build static files.
$ npm run deploy
  1. Find static files in root/dist/.

Version

Version is built in this format: vx.y[.z]

x: API version changed, tech stack changed.
y: New feature/api introduced, Code architecture changed.
z: bug fixed, small feature/improvment.

LICENSE

Copyright 2015-2016 CLEVERIOUS(@sekaiamber)

Released under the MIT and GPL (version 2 or later) Licenses.