Compare commits

..

No commits in common. "4605739c43986410956266782cc8a358bc9641c1" and "82c71e96def11c68ed179e712a8cf6e66082f447" have entirely different histories.

2 changed files with 24 additions and 9 deletions

View File

@ -1,11 +1,15 @@
a weird clusterfuck of tooling to make an awful website. don't do what i did.
# 🚀 Welcome to your new awesome project!
Requirements:
- pandoc
- GNU make
- uglify-js
- scss (sass)
This project has been created using **webpack-cli**, you can now run
Usage:
- Use GNU Make to compile,
- Point your webserver to the dist/ directory
```
npm run build
```
or
```
yarn build
```
to bundle your application

11
README.txt Normal file
View File

@ -0,0 +1,11 @@
a weird clusterfuck of tooling to make an awful website. don't do what i did.
Requirements:
pandoc
GNU make
uglify-js
scss (sass)
Usage:
Use GNU Make to compile,
Point your webserver to the dist/ directory