- It contains a landing page describing the company.
- It contains businesses and contact elements.
- Features to chat and get in touch.
- Demo items to experience
- Made using Editor X - Don't forget to check it out.
- Many more functionalities and features are added.
- Feel free to explore.
View the Live-Site 👉 Gigaplay
This repo is part of Git Integration & Wix CLI, a set of tools that allows you to write, test, and publish code for your Wix site locally on your computer.
Connect your site to GitHub, develop in your favorite IDE, test your code in real time, and publish your site from the command line.
This repo is connected to a Wix site. That site tracks this repo's default branch. Any code committed and pushed to that branch from your local IDE appears on the site.
Before getting started, make sure you have the following things installed:
- Git
- Node, version 14.8 or later.
- npm or yarn
- An SSH key added to your GitHub account.
To set up your local environment and start coding locally, do the following:
- Open your terminal and navigate to where you want to store the repo.
- Clone the repo by running
git clone <your-repository-url>. - Navigate to the repo's directory by running
cd <directory-name>. - Install the repo's dependencies by running
npm installoryarn install. - Install the Wix CLI by running
npm install -g @wix/clioryarn global add @wix/cli.
Once you've installed the CLI globally, you can use it with any Wix site's repo.
For more information, see Setting up Git Integration & Wix CLI.
Leave a star ⭐. Thanks for visiting.
