Skip to content

Commit

Permalink
[*] Fix errors in Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhivitsa committed Jun 16, 2018
1 parent f008b7b commit 48a15f3
Show file tree
Hide file tree
Showing 21 changed files with 2,779 additions and 2,756 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Just fork or clone and push repository into your own repo. Rename [SHIP_README.m

You can read develoment details [here](SHIP_README.md) — that will become a primary readme of your landing site.

## Start

In order to start nextjs server in the docker container you can use bash file `./bin/start.sh`:
```bash
$ ./bin/start.sh
```

Also, you need REST api server on several pages (sigun, signin). If you are using `paralect/koa-api-starter` then you can start this server using the corresponding command. Or you can start any other REST api server on port `3001`.

## Demo

Demo is available as part of [Ship](https://github.com/paralect/ship) [here](http://ship-demo.paralect.com/).
Expand Down
2 changes: 1 addition & 1 deletion SHIP_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Landing site is based on [Next.JS](https://github.com/zeit/next.js).

## Run
## Run

`npm run development` — run landing in development mode with hot-reloading in place.
`npm start` — run landing in production mode.
Expand Down
Loading

0 comments on commit 48a15f3

Please sign in to comment.