Welcome to the frontend web repository for Deepmynd Technologies Ltd. This README provides an overview of the project, setup instructions, and other relevant information.
This project is the frontend web application for Deepmynd Technologies Ltd. It is built using modern web technologies to provide a seamless and responsive user experience.
- Responsive design
- User authentication
- Real-time data updates
- Interactive UI components
- Cross-browser compatibility
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/Deepmynd-Technologies-Ltd/swift_web.git- Navigate to the project directory:
cd swift_web- Install the dependencies:
npm installTo start the development server, run:
npm startThis will launch the application in your default web browser. The development server will automatically reload the app if you make any changes to the source code.
You can customize the launch screen with your own desired assets by replacing the image files in the public/assets/launch directory.
You can also do it by opening your preferred code editor, selecting the public/assets/launch directory, and dropping in the desired images.
We welcome contributions to the project. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch- Make your changes and commit them:
git commit -m "Description of your changes"- Push to the branch:
git push origin feature-branch- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or inquiries, please contact us at [email protected].
Thank you for using our frontend web application!