This repository contains the source code and assets for the website hosted at https://sbl-education.netlify.app/.
The website has been developed using the following technologies and frameworks:
-
GatsbyJS: The website is built using GatsbyJS, a static site generator that utilizes React and GraphQL to create fast and optimized websites.
-
React Framework: GatsbyJS is based on the React framework, providing a powerful and efficient way to develop dynamic user interfaces.
-
MDX CMS: The website content is managed using MDX CMS (Markdown + JSX), which allows for easy creation and editing of content using Markdown syntax, while also enabling the use of React components within the content.
-
Mobile Responsive: The website has been designed and developed to be mobile responsive, ensuring a seamless user experience across different devices and screen sizes.
To run the website locally on your machine, follow these steps:
- Clone this repository:
git clone https://github.com/your-username/your-repository.git
- Install the necessary dependencies:
cd your-repository
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:8000 to view the website.
The website is deployed using Netlify. Any changes pushed to the main
branch of this repository will automatically trigger a new deployment to the live website.
Contributions to the website are welcome! If you find a bug, have a suggestion, or would like to add new features, please open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as you see fit.
- GatsbyJS: https://www.gatsbyjs.com/
- React: https://reactjs.org/
- MDX: https://mdxjs.com/
- Netlify: https://www.netlify.com/