Skip to content

spotmies/schemax

Repository files navigation

Schemax Website


Description

This is the readme file for the webapp project, version 0.1.0. The project is a web application built with Next.js, React and Tailwind CSS. The project uses several other dependencies, including axios, classnames, framer-motion, react-countup, react-icons, react-multi-carousel, and react-reveal.

Schemax is a software product and technology services company based out of India (Hyderabad & Visakhapatnam), that started its operations in the year 2011, Schemax mission is to enable our customers with business value driven technology products, custom developed solutions and services.


Installation

To install the project, you can clone the repository from the project's GitHub page using the following command:

gh repo clone spotmies/schemax

After cloning the repository, navigate to the project directory using the following command:

cd schemax

Once you are in the project directory, run the following command to install all dependencies:

npm install

Usage

To run the development server, run:

npm run dev

This will start a local development server, and you can access the web application on your browser at http://localhost:3000/. You can now start making changes to the project code, and the server will automatically reload with the latest changes.

To build the project for production, run the following command:

npm run build

This command will generate an optimized production build of the project that is ready for deployment to a web server. To start the production server, run the following command:

npm run start

This command will start the production server, and you can access the web application on your browser at http://localhost:3000/.

To lint the project code, run the following command:

npm run lint

This command will run a linter on the project code to check for any syntax or formatting issues.


Dependencies

The project relies on several dependencies to function correctly. Here's a brief overview of each of the project's dependencies:

classnames framer-motion next react react-dom react-icons react-multi-carousel


Dev Dependencies

The project has the following dev dependencies:

autoprefixer postcss tailwindcss


License

This project is licensed under the BSD 3-Clause License. See the LICENSE file for more information.