Repository for TestForMe website at testforme.io.
-
Install nodejs, yarn, npm
-
Run
npm install -
Start local dev server using
yarn startand check web site at http://localhost:8000 -
To push changes to http://testforme.io/ make sure you have write access to
https://github.com/testforme-io/site.gitrepo and run:yarn build && yarn deploy