To get started with this template, follow these steps:
- Clone this repository to your local machine.
- Create .env file
- Install the required dependencies using npm or yarn.
bun install
bun dev
In the project directory, you can run the following scripts:
bun dev
Start the development server.bun start
Alias for bun dev.bun run build
Build the project for production.bun preview
Preview the built project.bun astro
Run Astro commands directly.bun run test
Run tests using Vitest.
To run tests and linting, you can use the following commands:
bun run test
: This command will execute your tests using Vitest.bun run lint
: You can add linting rules and configurations as needed and run linting using ESLint.
This template includes the following major dependencies:
- Astro: A modern static site generator.
- NextUI: A UI framework for building web applications.
- Other related dependencies for development and utility.
Please make sure to check the package.json file for more details on specific versions of dependencies.