Decentralized messenger
Go to file
2021-08-09 15:06:41 +03:00
.github/workflows yarn lint 2021-08-05 13:58:37 +03:00
src wider torrents 2021-08-09 14:52:56 +03:00
tests webpack version 2021-07-09 00:31:44 +03:00
.cpanel.yml cpanel deployment file 2021-02-16 10:53:36 +02:00
.gitignore add yarn.lock so netlify autodetects yarn 2021-08-09 15:06:41 +03:00
.npmignore . 2021-08-03 14:32:09 +03:00
.nvmrc nvmrc & packages 2021-08-03 14:40:31 +03:00
package.json iris-lib 2021-08-09 14:29:07 +03:00
preact.config.js webpack version 2021-07-09 00:31:44 +03:00
README.md Update README.md 2021-08-04 00:45:36 +03:00
yarn.lock add yarn.lock so netlify autodetects yarn 2021-08-09 15:06:41 +03:00

iris-messenger

https://iris.to

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and enzyme
npm run test

For detailed explanation on how things work, checkout the CLI Readme.

Non-webpacked version

Branch no-buildtools (deployed).