This README provides instructions for running Stylex website locally.
Make sure you have Node.js and npm installed on your system. You can download and install Node.js from here.
Clone this repository to your local machine using the following command:
git clone <repository_url>Navigate to the components directory inside frontend/src directory of the cloned repository.
cd <path_to_cloned_repo>/Stylex/frontend/src/componentsOnce you are in the components directory, run the following command to start the project:
npm startThis command will start the development server and open the React Stylex website in your default web browser.