https://github.com/swlkr/drudgedredd
https://github.com/swlkr/drudgedredd
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swlkr/drudgedredd
- Owner: swlkr
- Created: 2015-04-09T05:18:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T05:18:45.000Z (almost 11 years ago)
- Last Synced: 2025-01-15T10:08:27.074Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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