This documentation contains the project plan, project details, contribution guidelines, and conventions used for Amigrant.
To get started with contribution to documentation locally, follow these steps:
-
Clone the repository:
git clone https:/github.com/asetalias/amigrant-docs.git
Tip
You can use bun
, yarn
, pnpm
and npm
for the following steps.
-
Install the dependencies using:
bun install
-
Start the development server:
bun dev
-
Open your browser and visit
http://localhost:3000
to view the website.
This project is licensed under the MIT License.