mirror of https://github.com/bearfm/site.git
Compare commits
No commits in common. "4605739c43986410956266782cc8a358bc9641c1" and "82c71e96def11c68ed179e712a8cf6e66082f447" have entirely different histories.
4605739c43
...
82c71e96de
22
README.md
22
README.md
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue