https://github.com/hellocoop/hello.dev
hello.dev content
https://github.com/hellocoop/hello.dev
Last synced: 11 months ago
JSON representation
hello.dev content
- Host: GitHub
- URL: https://github.com/hellocoop/hello.dev
- Owner: hellocoop
- License: cc0-1.0
- Created: 2021-10-18T19:47:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T15:00:11.000Z (over 1 year ago)
- Last Synced: 2024-11-22T16:18:04.429Z (over 1 year ago)
- Language: MDX
- Homepage: https://hello.dev
- Size: 2.45 MB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hello.dev
This repo contains the source code and documentation powering [https://hello.dev/](https://hello.dev/).
## Getting started
### Prerequisites
1. Git
1. Node (~18), npm (~9)
1. A fork of the repo (for any contributions)
1. A clone of the [hello.dev repo](https://github.com/hellocoop/hello.dev) on your local machine
### Installation
1. `cd hello.dev` to go into the project root
1. `npm i` to install the npm dependencies
### Running locally
1. `npm run dev` to start the hot-reloading development server (powered by [Vite](https://vitejs.dev/))
1. `open http://localhost:8080` to open the site in your favorite browser
### Testing
1. `npm run test` will check all the links
## License