An open API service indexing awesome lists of open source software.

https://github.com/swlkr/drudgedredd


https://github.com/swlkr/drudgedredd

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Drudge Dredd

### Getting started

Run the following in the terminal:

```bash
git clone git@github.com:swlkr/drudgedredd.git
cd drudgedredd
npm install
npm run dev
```

Go to your browser and type in localhost:3000

### The code

views/index.html and public/styles/index.css are what you should be editing.

When you make changes to either html/css you need to restart the server by
opening your terminal and holding down control and while holding it down,
press c to stop it.

Then type in

```bash
npm run dev
```

To restart it