Commit a7c9777a authored by Kim, Hyeonseo's avatar Kim, Hyeonseo
Browse files

docs: update start guide

parent 670902f8
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -14,17 +14,25 @@ Running the example

    ~~~~ sh
    git clone https://github.com/fedify-dev/fedify.git
    cd fedify/examples/elysia
    ~~~~

 2. Install dependencies:
 2. Install dependencies & Build `@fedify/elysia`

    ~~~~ sh
    cd fedify/packages/elysia
    pnpm install
    pnpm build
    ~~~~

 3. Start the server:
 3. Move to example folder

    ~~~~ sh
    bun start
    cd ../../examples/elysia
    pnpm install
    ~~~~

 4. Start the server:

    ~~~~ sh
    bun run start
    ~~~~