Wealth360 is a static website designed to provide financial advice and services to users. This project consists of three main pages: a landing page, terms and conditions, and a privacy policy.
To run Wealth360 locally, follow these instructions:
Before you begin, ensure you have the following software installed on your system:
- Node.js: Download and install Node.js from nodejs.org.
-
Clone this repository to your local machine:
git clone https://github.com/Wealth360finserve/wealth360.git
-
Navigate to the project directory:
cd wealth360
-
Install project dependencies using npm:
npm install
Once the installation is complete, you can run the website locally using the following command:
npm run dev
The website will be accessible at http://localhost:3000 in your web browser.
-
Landing Page: The main page of the website, providing an overview of Wealth360's financial advising services.
-
Terms and Conditions Page: Detailed terms and conditions governing the use of Wealth360's financial advisory services.
-
Privacy Policy Page: Information about the privacy policy of Wealth360, detailing how user data is handled.
- Node.js - JavaScript runtime for building the website.
- React - JavaScript library used for building the user interface.
- Next.js - React framework used for server-side rendering and routing.
We welcome contributions from the community. If you'd like to contribute to Wealth360, please follow our contributing guidelines.
This project is licensed under the MIT License - see the LICENSE.md file for details.
If you have any questions or need assistance, feel free to reach out to us at wealth360finserve@gmail.com.
Thank you for using Wealth360!