You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This site is served in production by an express.js application
34
+
[fastboot-server](https://github.com/ember-fastboot/fastboot-website/blob/master/fastboot-server.js). To serve the app using the `fastboot-server` use the following command which will
35
+
build the app with production `env` and serve the app at [localhost:3000](http://localhost:300)
36
+
37
+
```sh
38
+
npm run server:node
39
+
```
40
+
31
41
### Deploying
32
42
33
-
Pull requests merged into master are automatically deployed to Heroku via Travis.
43
+
Pull requests merged into master are automatically deployed to Heroku.
0 commit comments