Skip to content

Commit

Permalink
Setup a new Oryx app doc (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilinTv authored Jun 3, 2024
1 parent aba93ee commit 877fc51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ Oryx is a framework for building composable storefronts, providing a rich librar

The application gets available at localhost:3000, or the next available port on your machine.

## Set up a new Oryx app

1. Create Oryx app

`npm init oryx`

2. Run the Oryx app in development mode:

`npm run dev`

## Further Documentation

[Oryx Documentation](https://docs.spryker.com/docs/scos/dev/front-end-development/202311.0/oryx/oryx.html)

0 comments on commit 877fc51

Please sign in to comment.