| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
GitBase is an open-source dynamic website solution without a traditional database, built with Next.js, Tailwind CSS, and Shadcn/UI. It leverages GitHub as a content management system, providing a seamless way to create and manage website content.
Clone the repository:
git clone https://github.com/qiayue/gitbase.git cd gitbase
Install dependencies:
npm install
Create a .env.local file in the root directory and add the following:
GITHUB_TOKEN=your_github_personal_access_token GITHUB_OWNER=your_github_username GITHUB_REPO=your_repo_name ACCESS_PASSWORD=your_secure_access_password
Set up your GitHub repository:
Run the development server:
npm run dev
Visit http://localhost:3000 to see your GitBase instance running locally.
For a detailed deployment guide, please refer to our Installation and Deployment Guide.
We welcome contributions to GitBase! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
GitBase is open-source software licensed under the MIT license.
If you encounter any issues or have questions, please file an issue on the GitHub repository.
GitBase is built with the following open-source libraries:
We are grateful to the maintainers and contributors of these projects.
| Back | FazBrowse Home | New Git URL |