Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 548 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 548 Bytes

landing-page-v2

Dev branch hosted at https://dev--dorgv2.netlify.app/

Setup

  1. nvm install && nvm use - Use the proper version of node.
  2. yarn - Install all dependencies.

Develop

yarn dev - Build the site, and start the development server. The dev server is hosting the site at http://localhost:3000/. Whenever changes are made, the site should automatically rebuild.

GitHub Super-Linter