Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 609 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 609 Bytes

Routify site 2020

New design for the Roufity docs site.

Usage

Development npm run dev Dev + codesplitting npm run dev:split Build npm run build

Production

Please make sure that url rewrite is enabled on our server.

  • For apps without code splitting redirect to index.html
  • For apps with code splitting redirect to dynamic.html

Building and running in production mode

To create an optimised version of the app:

npm run build

Deploy

npm install -g now npm run build && cd public && now deploy --name routify-docs-2020 --prod -A ../now.json