For detailed setup and development instructions, see our Getting Started Guide.
# Install dependencies
pnpm install
# Start development server
pnpm dev# Install dependencies
pnpm install
# Build the application
pnpm buildThis project supports Fusion Skills โ reusable GitHub Copilot Agent Skills that guide common Fusion workflows like feature development, issue authoring, and code reviews.
# Install skills into this project
npx skills add equinor/fusion-skills -y --agent github-copilot
# List available skills
npx skills add equinor/fusion-skills --listRecommended skills for app development:
fusion-app-react-devโ scaffolding components, hooks, services, and types following EDS conventions and Fusion Framework patternsfusion-issue-authoringโ structured issue drafting with type-specific templatesfusion-help-docsโ authoring and publishing help documentation
You can also set up automated skill updates via GitHub Actions to keep skills current.
This application was created using the Fusion Framework CLI. For complete setup instructions, see the Getting Started Guide.