Skip to content

Latest commit

 

History

History
73 lines (51 loc) · 1.64 KB

README.md

File metadata and controls

73 lines (51 loc) · 1.64 KB

Code-For-All

React working in Vite with HMR and some ESLint rules.

Getting Started

Follow these steps to set up the project and run it locally.

Installation

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd .\Code-For-All\
  3. Install the dependencies:

    npm install
  4. Install additional dependencies:

    npm install lottie-web react-lottie
    npm install @fortawesome/react-fontawesome
    npm install @fortawesome/free-brands-svg-icons
    npm install react-multi-carousel --save
    npm install @fortawesome/fontawesome-svg-core
    npm install @fortawesome/free-solid-svg-icons
    npm install @fortawesome/react-fontawesome
    npm install axios
    npm install @chakra-ui/react
    npm install framer-motion
    npm install react-bootstrap
    npm install react-icons

Running the Development Server

Start the development server with the following command:

npm run dev

Available Plugins

Currently, two official plugins are available:

Dependencies

Here is a list of all the dependencies required for this project:

  • lottie-web
  • react-lottie
  • @fortawesome/react-fontawesome
  • @fortawesome/free-brands-svg-icons
  • @fortawesome/free-solid-svg-icons
  • @fortawesome/fontawesome-svg-core
  • react-multi-carousel