https://gitpod.io/#https://github.com/phase2/chn-yext
This package contains the necessary files and configurations to set up and run the CHN-Yext project.
Follow these steps to get the project up and running on your local machine:
- Ensure you have Node.js installed on your system.
- Yarn package manager is required. If you do not have Yarn installed, you can install it by running:
npm install -g yarn
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies:
yarn install
To build the project, run the following command:
yarn build
This command compiles the source code and generates output files in the dist
directory.
After building the project, open the build.html
file in your web browser to view the application.
For any issues or questions, please open an issue on the GitHub repository issue tracker.