Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.24 KB

README.md

File metadata and controls

67 lines (43 loc) · 1.24 KB

mrsquaare.fr

MrSquaare's personal website

Table of Contents

About

This repository is a monorepo, powered by Turborepo.

It is only composed of one main project:

Getting started

Prerequisites

  1. Install Node.js
  2. Install pnpm

Installation

  1. Clone the repository:
git clone https://github.com/MrSquaare/mrsquaare.fr.git
cd mrsquaare.fr
  1. Install dependencies:
pnpm install
  1. Build the project:
pnpm build

Using

Start the servers:

pnpm start

Contributing

Bug reports, feature requests, other issues and pull requests are welcome. See CONTRIBUTING.md for more information.

License

Distributed under the GNU GPLv3 License. See LICENSE for more information.