You can start the local development server by following the steps below, but before that, make sure you have the following installed on your machine:
Remember to finish the Configuration before starting the process.
Now we can start the local server by following the steps below:
git clone https://github.com/arikchakma/mly.fyi.git
and cd mly.fyi
.cp .env.example .env
..env
file with your own values.pnpm install
.pnpm run db:migrate && pnpm run dev
.The server will be running at http://localhost:3000. Start exploring the app!
You can also help us improve the documentation. The documentation is written in MDX, and you can find the files in the src/content/guides
directory in this repository.
If you want to add a new guide, you can create a new file in the src/content/guides
directory and follow the structure of the existing files. You can also update the existing files to improve the content.