0.1.0 • Published 2 years ago

t8-cms v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

T8 CMS

T8 is a minimal CMS for static sites and blogs.

Tech Stack
  • ReactJS
  • TypeScript
  • Material UI
  • Styled Components
  • Supabase(BaaS)

Project Folder Structure

-src
    -navigation
    -config
    -screens
    -components
-public
-package.json
How to Contribute

PRs Welcome

  • Take a look at the existing Issues or create a new issue!
  • Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
  • Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
  • Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.
Running the project

1.Clone the repo:

git clone https://github.com/game1n/t8-cms.git
  1. Navigate to the cloned directory:
cd t8-cms 
  1. Install dependencies:
yarn install
  1. Run the project
yarn start
  1. Open the browser to visit the website at http://localhost:3000