Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 355 Bytes

Run the website server

The first time, get all the dependencies loaded via

npm install

Then, run the server via

npm start
open https://localhost:8079/react-native/index.html

Anytime you change the contents, just refresh the page and it's going to be updated.

Publish the website

cd website
npm run publish-website