This repository hosts the frontend application component of the Dixous Rust framework, tailored for integrating Google Sign-In functionality.
Backend Repository https://github.com/afaq-karim/Dixous-Rust-Google-SignIn-Backend/tree/main
Before running the application, make sure you have the following dependencies installed:
-
Node.js and npm: Refer to the official documentation for instructions on downloading and installing Node.js and npm.
-
Tailwind CSS CLI: Install the Tailwind CSS CLI by following the instructions here.
-
Start Tailwind CSS Compiler:
Run the following command in the root of the project to start the Tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch
-
Launch the Dixous Fullstack App:
To launch the Dixous Fullstack app, use the following command:
dx serve --platform fullstack
This command will start the fullstack platform of the Dixous application, including the frontend and backend components.
Contributions to the Dixous-Rust-Google-SignIn-Frontend repository are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository to your GitHub account.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them to your branch.
- Push your branch to your forked repository.
- Create a pull request to review and merge your changes.
This project is licensed under the MIT License - see the LICENSE file for details.