- Clone repository
git clone https://github.com/pojiro/teamgenik_pub_samples.git
- Install node_modules
cd teamgenik_pub_samples
npm install
- Start server
# site name should be a directory name under the sites directory
npx tgweb-server [site name]
then server is starting at localhost:3000