-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflow: working out on deploy automation
- Loading branch information
1 parent
90b434e
commit 74e5941
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# React + Vite | ||
# GitHub Clone | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
__[Live Site](https://my-github.pages.dev)__ | Currently in development mode. | ||
|
||
Currently, two official plugins are available: | ||
**AVAILABLE ROUTES** | ||
- [Home/Dashboard page](https://my-github.pages.dev) | ||
- [Login page](https://my-github.pages.dev/login) | ||
- [Signup page](https://my-github.pages.dev/signup) | ||
- [Account Verification page](https://my-github.pages.dev/account_verifications) | ||
- [Join page I](https://my-github.pages.dev/join/welcome) | ||
- [Join page II](https://my-github.pages.dev/join/recommended_plan) | ||
|
||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh | ||
**SETUP** | ||
1) In your terminal, navigate to the *client* folder and run the command `npm install`. | ||
2) After finishing the installation, execute `npm run dev` within the *client* directory. Alternatively, run `npm run client` from the *root* directory. |