This project is developed using Captain, and was initialized with the create-captain-app
tool.
Begin by launching the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Navigate to http://localhost:3000 in your web browser to view the application.
Modify the source files as needed; the application will automatically update to reflect changes. To ensure full functionality with Captain's core features, build and install the application within Captain after changes.
For additional information on Captain and how to utilize it effectively, consider the following resources:
- Captain Features and API - Detailed documentation on the capabilities and usage of Captain.
- Captn SDK - Access the SDK needed for extending Captain's functionalities.
Please note that this project is currently in ALPHA phase, and ongoing developments and enhancements are expected.
This version maintains a concise structure while adjusting the flow to better suit the alpha stage of the project, emphasizing the process of starting development, the necessity of building within Captain for full integration, and pointing to essential resources.