This template is created using React + Vite and provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
- Create a fork of the repository and clone the fork version, install neccessary dependencies by running
yarn
ornpm
. - To start your server, run
yarn dev
ornpm run dev
and you'll have your development server running on localhost:5173.
To add a new content, please note that this is react app that strictly support tailwindCss for styling. Check the files and folder structure before you get started.
To learn more, take a look at the following resources:
- Create an issue you want to be assigned to and tag @DevBigEazi. Wait for approval.
- After the approval, create a new branch from
staging
with your name and the feature you are working on. for examplebigEazi/navbar
. - Make sure you do a rebase or pull before making your pull request back to
staging
. - On your pull request, refrence the issue you worked on by mentioning the issue number or url you worked on.
Contributions to this repository can be made via pull requests on GitHub to the Staging Branch. When opening a PR, please tag @DevBigEazi.