Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 999 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 999 Bytes

Sokosumi

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

Project Structure

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

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/sokosumi.git
    cd sokosumi
  2. Navigate into the folder of interest and follow the instructions. As example

    cd web-app

Contributing

Please ensure to also install the husky tooling with

npm install
  1. Create a new branch for your feature
  2. Make your changes
  3. Submit a pull request to dev

License

This project is licensed under the [MIT License] (/LICENSE)