landing-page-v3
is a React-based project created and maintained by dOrgTech. This project serves as a template for building landing pages with a focus on simplicity and ease of use.
Before you begin, ensure you have Node.js and Yarn installed on your system.
Then, clone the repository:
git clone https://github.com/dOrgTech/landing-page-v3.git
cd landing-page-v3
Install the project dependencies:
yarn install
To start the development server:
yarn dev
To build the project for production:
yarn build
Then, you can serve the project:
yarn start
Run the tests using the following command:
yarn test
Check for linting errors with:
yarn lint:check
Automatically fix linting errors with:
yarn lint:fix
This project uses various dependencies, including React, Material-UI, Emotion, and others. For a full list of dependencies, refer to the package.json
file.
Contributions are welcome! Please read the contributing guidelines before getting started.
For support, issues, or queries, please reach out to dOrgTech.
This project is licensed under the MIT License.