This repository provides an example implementation of LFS Akairo to help you get started quickly.
- Node.js: Version 20.0.0 or later.
- pnpm: Recommended package manager.
-
Clone the repository:
git clone https://github.com/MrSev7en/lfs-akairo-example.git cd lfs-akairo-example
-
If you don't have pnpm installed, you can install it using the command below:
npm install --global pnpm
-
Install dependencies:
pnpm install
-
Configure environment variables:
-
Copy the example environment file:
- Windows:
copy .env.example .env
- macOS/Linux
cp .env.example .env
- Windows:
-
Open
.env
and fill in the required fields with your server details.
-
-
Start the application:
pnpm dev
Feel free to fork the repository and submit pull requests for improvements or new features.
Enjoy using LFS Akairo Example!