https://github.com/hirosystems/hiro-hacks-template
Starter template for Hiro Hacks
https://github.com/hirosystems/hiro-hacks-template
Last synced: 4 months ago
JSON representation
Starter template for Hiro Hacks
- Host: GitHub
- URL: https://github.com/hirosystems/hiro-hacks-template
- Owner: hirosystems
- License: mit
- Created: 2023-12-01T11:55:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T20:14:00.000Z (over 1 year ago)
- Last Synced: 2025-12-23T06:43:49.331Z (6 months ago)
- Language: TypeScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history.txt
- License: LICENSE
Awesome Lists containing this project
README
# README
This repository contains a starter package for the Hiro Hacks series.
## Getting Started
To get the application running, follow these steps:
1. Clone the repository: `git clone https://github.com/hirosystems/hiro-hacks-template.git`
2. Navigate into the directory: `cd hiro-hacks-template`
3. Install the dependencies: `yarn install`
4. Start the development server: `yarn dev`