Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit b1eb395

Browse files
committed
Add new intro page design, restructure folders
1 parent f2614b6 commit b1eb395

File tree

8 files changed

+144
-18
lines changed

8 files changed

+144
-18
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
2-
dist
2+
public/build
33
yarn.lock

index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"scripts": {
3-
"serve": "cross-env NODE_ENV=development concurrently \"postcss tailwind.css -o dist/tailwind.css --watch\" \"live-server .\"",
4-
"development": "cross-env NODE_ENV=development postcss tailwind.css -o dist/tailwind.css",
5-
"production": "cross-env NODE_ENV=production postcss tailwind.css -o dist/tailwind.css"
3+
"serve": "cross-env NODE_ENV=development concurrently \"postcss public/tailwind.css -o public/build/tailwind.css --watch\" \"live-server ./public\"",
4+
"development": "cross-env NODE_ENV=development postcss public/tailwind.css -o public/build/tailwind.css",
5+
"production": "cross-env NODE_ENV=production postcss public/tailwind.css -o public/build/tailwind.css"
66
},
77
"dependencies": {
88
"autoprefixer": "^9.5.1",

public/favicon-16x16.png

1 KB
Loading

public/favicon-32x32.png

1.26 KB
Loading

public/favicon.ico

14.7 KB
Binary file not shown.

public/index.html

Lines changed: 140 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)