Marketing website for tourepedia: https://tourepedia.com
Prerequisite - node^14.0.0
git clone git@github.com:tourepedia/www www && cd www
cp .env.example .env #update the environment variables accordingly
npm install
npm run dev
npm run dev # start the development server
npm run build_test # create the test build
npm run build # create the production build
npx netilfy dev # to run the netlify functions
Get the api keys from Sembark Dashboard and update your .env file to interact with Sembark APIs.
For testing purpose, we are using Google Recaptcha Keys for Testing Environment