Welcome to our project template configured with React, Tailwind CSS, Redux Toolkit, Redux Saga, and authentication client integration. This template is designed to kickstart web development projects with essential tools and features readily set up for efficiency and scalability.
To get started with the project, follow these steps:
Clone the repository:
git clone <repoUrl>
cd <repoName>
Install dependencies:
npm install
For local development:
Start the DFINITY environment:
dfx start --clean
Pull dependencies:
dfx deps init internet_identity --argument '(null)'
dfx deps deploy
Deploy the application:
dfx deploy
For deploying on the IC network:
dfx deploy --network ic
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.