Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

62 lines (34 loc) · 1.37 KB

HackerDaily frontend

This is the frontend repository for the HackerDaily site.

Getting Started

It's possible to get a local version up and running within a few minutes.

Prerequisites

Node.js, at least v10.13.

Installing

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

Deployment

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.

Deploy to Netlify

Built With

  • 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

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details