https://github.com/losercodes/hydra-tree
https://github.com/losercodes/hydra-tree
hactoberfest2024 onlink
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/losercodes/hydra-tree
- Owner: losercodes
- Created: 2024-09-09T21:48:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T19:50:25.000Z (about 1 year ago)
- Last Synced: 2025-01-27T20:38:12.660Z (about 1 year ago)
- Topics: hactoberfest2024, onlink
- Language: Vue
- Homepage: https://losercodes.github.io/Ek-he/
- Size: 289 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```