Tokki is a web application based on Creative Tim's Material Kit React.
You can view the deployed application at the following link: Tokki Deployment Link
Ensure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/SoobinJung1013/tokki.git cd tokki
-
Install the dependencies:
npm install
- Start the application:
npm start
-
Build the application:
npm run build
-
Deploy the application:
npm run deploy
-
Create a new branch:
git checkout -b feature-branch
-
Add your changes:
git add {fileName}
-
Commit your changes:
git commit -m "{commit message}"
-
Push to the branch:
git push origin feature-branch
-
Create a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.