Install and Setup Fragments by E2B
mainTo run Fragments locally, follow these steps:
- Clone the repository:
git clone https://github.com/e2b-dev/fragments.git cd fragments - Install dependencies:
npm i - Configure environment variables:
Create a
.env.localfile in the root directory and provide your API keys (see Environment Variables Reference). - Run the development server:
Or build the application:npm run devnpm run build
git clone https://github.com/e2b-dev/fragments.git
cd fragments
npm i
npm run dev