EFAB - EdTech | Forensics | Art | Builds EFAB specializes in elevating everybody through technology solutions. The experienced team of content creators, developers, designers, and project managers provide tailored solutions for businesses, understanding unique needs and providing innovative solutions. Contact us today for efficient and effective services.
git clone https://github.com/asiakay/efab.git
- Navigate to the project directory:
cd efab
Install the dependencies:
npm install
npm start
The following dependencies are required for this project:
- gray-matter (Version 4.0.3)
- next (Version 12.0.8)
- nextra-theme-blog (Version 2.0.0-beta.5)
- nextra (Version 2.0.0-beta.5)
- react (Version 17.0.2)
- react-dom (Version 17.0.2)
- rss (Version 1.2.2)
These dependencies will be automatically installed when running the npm install command.
We welcome contributions to EFAB! To contribute to the project, please follow these guidelines:
- Follow the existing code style and conventions used in the project.
- Maintain consistent indentation, spacing, and naming conventions.
- Write clear and concise code with appropriate comments and documentation where necessary.
- If you encounter any bugs, issues, or have feature requests, please open an issue on the project's GitHub repository.
- Clearly describe the problem or feature request, providing as much detail as possible.
- Include steps to reproduce the issue, if applicable.
- Add relevant labels and assignees to the issue as needed.
- Before submitting a pull request, ensure that your code follows the project's code style and conventions.
- Clearly describe the purpose of the pull request and any changes made.
- Reference any related issues or pull requests.
- Submit the pull request for review, and be open to feedback and suggestions for improvement.
License This project is licensed under the MIT License.
- Update your name in
theme.config.js
or change the footer. - Update your name and site URL for the RSS feed in
scripts/gen-rss.js
. - Update the meta tags in
pages/_document.js
. - Update the posts inside
pages/poseets/*.md
with your own content.
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example blog my-blog
# or
yarn create next-app --example blog my-blog
Deploy it to the cloud with Vercel (Documentation).