This is a Lx2 Stack project bootstrapped with
create-lx2-app.
You can treat this project just as you would a regular create-next-app
project, but without needing to implement additional packages yourself. This
means you can start scaffolding from our base template.
To start developing simply run the following commands:
cd your-project-name
npm run dev
# or
pnpm dev
# or
yarn dev
# or
bun devTo learn more about the Lx2 Stack, take a look at our documentation.
If you are not familiar with the different technologies used in this project, please refer to the respective docs.
You can check out the create-lx2-app GitHub repository — your feedback and contributions are welcome!
Note
Currently, we have a guide for deploying to Vercel, with more deployment options coming soon.
Follow our deployment guides for more information