This is the frontend repository for the HackerDaily site.
It's possible to get a local version up and running within a few minutes.
Node.js, at least v10.13.
Install all dependencies.
npm ci
Add a .env
file with the environment variables.
NODE_ENV=development
FRONTEND_URL=localhost:3000
BACKEND_URL=...
SIMPLE_ANALYTICS_URL=...
Start the development server.
npm run dev
The HackerDaily frontend is currently deployed as a single page app on Netlify. The simplest way to deploy your own version of HackerDaily is using the button below.
- Nuxt.js - Open source Vue framework
- Apollo - Used to fetch and cache all data from the back end
- Tailwind CSS - Used to easily and coherently style all pages
- Simple Analytics - Privacy friendly analytics tool
- Ruben van Eldik - RubenVanEldik
This project is licensed under the MIT License - see the LICENSE file for details