mirror of https://github.com/bearfm/site.git
Compare commits
2 Commits
82c71e96de
...
4605739c43
Author | SHA1 | Date |
---|---|---|
|
4605739c43 | |
|
618aad5359 |
22
README.md
22
README.md
|
@ -1,15 +1,11 @@
|
|||
# 🚀 Welcome to your new awesome project!
|
||||
a weird clusterfuck of tooling to make an awful website. don't do what i did.
|
||||
|
||||
This project has been created using **webpack-cli**, you can now run
|
||||
Requirements:
|
||||
- pandoc
|
||||
- GNU make
|
||||
- uglify-js
|
||||
- scss (sass)
|
||||
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
yarn build
|
||||
```
|
||||
|
||||
to bundle your application
|
||||
Usage:
|
||||
- Use GNU Make to compile,
|
||||
- Point your webserver to the dist/ directory
|
||||
|
|
11
README.txt
11
README.txt
|
@ -1,11 +0,0 @@
|
|||
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