Skip to content

evajacobs/routify-site-2020

 
 

Repository files navigation

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

About

New Routify site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.1%
  • CSS 40.3%
  • JavaScript 12.6%