This is the monorepo of the Sokosumi Marketplace, the web-app is built with Next.js and TypeScript, with a strong focus on UX and security
sokosumi/
├── web-app/ # Main Next.js web application
├── .husky/ # Git hooks configuration
├── node_modules/ # Root dependencies
└── package.json # Root package configuration
Please take a look into the individual folders for more information
-
Clone the repository:
git clone https://github.com/yourusername/sokosumi.git cd sokosumi
-
Navigate into the folder of interest and follow the instructions. As example
cd web-app
Please ensure to also install the husky tooling with
npm install
- Create a new branch for your feature
- Make your changes
- Submit a pull request to
dev
This project is licensed under the [MIT License] (/LICENSE)