daonomic / daonomic-client

Investor web-site

Home Page:https://demo.daonomic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daonomic client

In order to develop and build this project you need Node.js ^8.9.0 and NPM ^5.5.1 installed.

Development

Start development server:

npm start
# or
PORT=8080 npm start

Build

Build project for production:

npm run build

Options

Build options are specified using environment variables:

  • ENABLE_SOURCEMAPS=true enables sourcemaps for debugging
  • ENVIRONMENT (production by default, may be staging or development) specifies in which environment the app will be used

Example usage:

ENABLE_SOURCEMAPS=true ENVIRONMENT=staging npm run build

i18n

All translations can be edited at ./source/i18n/translations.

Testing

Linters

npm run test:lint

Typecheck

npm run test:types

Unit

npm run test:unit

End-to-end

npm run test:e2e

Run in development mode:

E2E_TEST=true ENVIRONMENT=development npm run build
serve build -s
npx cypress open

About

Investor web-site

https://demo.daonomic.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 95.2%Language:CSS 4.6%Language:HTML 0.2%Language:Shell 0.0%