Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 639 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 639 Bytes

Cursive Serpodile WebSite

should be up at http://jeanlaurent.github.io/cursive-app-website and http://cursive.serpodile.com

Todo

  • Check mobile
  • English translation
  • Add google stat
  • Add app store image in english
  • Add Mailjet form

If we have time (we won't) :

  • remove margin-top on container, add it back on h2
  • check why navbar items are not properly aligned on iphone safari

Install and Run

Install dep once

npm install

Run in dev mode with livereload

npm run dev

Build locally

npm run build

Deploy to gh-pages

npm run deploy