This repository contains the documentation website for HellaJS.
- Clone this repository
git clone https://github.com/omilli/hellajs-docs.git
cd hellajs-docs
- Install dependencies
npm install
Run the development server:
npm run dev
This will start a local server at http://localhost:4321/
Build the site for production:
npm run build
Preview the production build:
npm run preview