-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
45 lines (27 loc) · 1.24 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# https://shuffle.dev
*** NOTE: npm commands overwrite the ./public directory. ***
1. Getting Started
Project's source files are placed in ./src/ directory.
* ./src/assets - default static files (eg. image placeholders). You should replace them with your own files.
* ./src/tailwind/ - Tailwind config file used to build the theme. Variables used in Theme Customizer are located in tailwind.config.js file.
* ./src/*.pug - All your pages (templates) are stored in separated .pug files.
2. Installation
# Install dependencies
npm install
# Run dev server with live preview (Browsersync)
npm run watch
# Or make a production build
npm run build
!!! If you want PurgeCSS to delete unnecessary CSS classes (and create a smaller CSS file as a result) set NODE_ENV to production, e.g:
# Make a production build and automatically use PurgeCSS
# to remove CSS classes that aren't used.
NODE_ENV=production npm run build
3. Contact
If you have found any bugs in the Tailwind Builder, have any questions,
comments or ideas for new features feel free to contact us:
4. Credits & Special thanks
We use placeholders from:
Icons: https://webkul.github.io/vivid/
Pictures: https://unsplash.com/
Illustrations: https://undraw.co/illustrations