The site for the Haroohie Translation Club, including the blog, project pages & documentation. Built with vue via Nuxt@v3 and hosted on GitHub pages.
Make sure to install the dependencies:
npm install
Start the development server locally on http://localhost:3000 using:
npm run dev
We deploy statically on GitHub pages. To get nuxt to generate for static hosting:
npm run generate