Join MOBizzX 2025, a one-day seminar crafted for medium and micro business owners. Learn to diversify product portfolios, apply new marketing strategies, utilize AI for sales forecasting, and sustain long-term success. Featuring business consultations from MARA and TEKUN.
To get started with the MOBizzX website, follow these steps:
-
Install Dependencies: First, install the npm dependencies:
npm install
-
Run the Development Server: After installation, start the development server:
npm run dev
-
View the Website: Open http://localhost:3000 in your browser to view the website and start customizing it.
You can modify and tailor the website to match the MOBizzX event needs by editing the files in the /src
folder. Changes will automatically reflect as you update the code.
- Schedule: Update the event schedule in the
src/schedule
file to reflect the latest sessions for MOBizzX. - Speakers: Customize the list of speakers and their information in the
src/speakers
file. - Sponsors: Add or update sponsor logos and information in the
src/sponsors
file. - Newsletter: Customize the newsletter form to capture email addresses of attendees.
To deploy the website, build the static assets:
npm run build
Then, deploy the contents of the .next
folder to your hosting provider.
This site is built using templates and code from Tailwind UI, which is licensed under the Tailwind UI license.
To learn more about the tools and frameworks used in this project, check out the following resources:
- Tailwind CSS Documentation - Learn about the utility-first CSS framework used to style the website.
- Next.js Documentation - Learn more about the React framework powering the website.
- Headless UI Documentation - Explore the accessible and fully interactive UI components used in the project.
If you are contributing to the MOBizzX website, please follow best practices for Next.js and Tailwind CSS, and ensure all changes are tested locally before submitting a pull request.
- Project Title: Updated to reflect the MOBizzX 2025 event.
- Getting Started: Adjusted to guide users on setting up the MOBizzX event website.
- Customizing: Tailored the customization instructions to highlight key areas like the schedule, speakers, sponsors, and newsletter sections.
- Deployment: Added a section on how to build and deploy the website.
- Contributing: Included a note for potential contributors.
This README provides clear instructions for maintaining and customizing the MOBizzX 2025 website.