No description
- Vue 94.4%
- JavaScript 3.9%
- TypeScript 1%
- HTML 0.7%
|
Vladimir Hodakov
8e81d82fa8
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
|
||
|---|---|---|
| .woodpecker | We should not fail on existing directory | |
| public | Initial commit. | |
| src | Updated FHS credits. | |
| .gitignore | Add CI for hanakoisbestgirl.moe ( #1 ) | |
| bun.lock | Initial commit. | |
| caddy.conf.template | Generate caddy config from template | |
| env.d.ts | Initial commit. | |
| index.html | Initial commit. | |
| LICENSE | Initial commit | |
| package.json | Initial commit. | |
| README.md | Updated README. | |
| tsconfig.app.json | Initial commit. | |
| tsconfig.json | Initial commit. | |
| tsconfig.node.json | Initial commit. | |
| vite.config.ts | Title redirect + config fix | |
HanakoIsBestGirl Archive
This repository is an archival project dedicated to preserving and hosting the "Hanako Is Best Girl" website. It attempts to keep the spirit of the original site alive for posterity.
Technologies Used
- Vue.js: The frontend framework used to build the site.
- Vite: A build tool that provides a fast development experience.
- Tailwind CSS: A utility-first CSS framework.
- v-viewer & viewerjs: A Vue wrapper and image viewer library for enhanced image viewing.
- Vue Router: For navigation
Development
To run the project locally:
- Clone the repository:
git clone [repository URL] - Navigate to the project directory
- Install dependencies:
npm install(oryarn install,pnpm install, etc.) - Start the development server:
npm run dev
Building
To build the project for production:
- Run the build command:
npm run build - The built files will be located in the
distdirectory.
Previewing
To preview the built project locally:
- Run the preview command after building:
npm run preview
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue, submit a pull request or reach out the team on our Discord server.