| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Hacker News clone built with Nuxt.
Hosted on Cloudflare Pages with NuxtHub: npm run build
Requires Node.js 14+
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:3000
npm run dev
# build for production (server-side rendering)
npm run build
# serve in production mode (server-side rendering)
npm start
# validate and fix with ESLint (with Prettier)
npm run lintfixFor the Nuxt 2 version, check out the nuxt2 branch
MIT
This repository is originally ported from vue-hackernews-2.0
| Back | FazBrowse Home | New Git URL |