website/README.md

22 lines
239 B
Markdown
Raw Permalink Normal View History

2018-05-09 17:31:58 +03:00
# Fluence landing page
2018-01-25 11:03:20 +03:00
2018-02-07 07:59:04 +03:00
## Directory index
2018-01-25 11:03:20 +03:00
2018-02-07 07:59:04 +03:00
`./app` - production-ready files, compiled from ./assets
2018-01-25 11:03:20 +03:00
2018-02-07 07:59:04 +03:00
`./assets` - source code
2018-01-25 11:03:20 +03:00
2018-02-07 07:59:04 +03:00
`./config` - config for webpack
2018-01-25 11:03:20 +03:00
2018-02-07 07:59:04 +03:00
## Installation
2018-01-25 11:03:20 +03:00
2018-02-07 07:59:04 +03:00
Install `yarn`
2018-01-25 11:03:20 +03:00
2018-02-07 07:59:04 +03:00
Run:
2018-01-25 11:03:20 +03:00
yarn dev
2018-02-07 07:59:04 +03:00
Run prod:
2018-01-25 11:03:20 +03:00
yarn prod