-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed unnecessary files and automated css compilation
- Loading branch information
Showing
4 changed files
with
5 additions
and
2,160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/dist/ | ||
/target/ | ||
/style/output.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,10 @@ | |
"version": "1.0.0", | ||
"description": "Rewritten version of website", | ||
"scripts": { | ||
"list": "pwd && ls -la", | ||
"rnstl": "pnpm run list && ./vercel/install.sh", | ||
"build": "./vercel/build.sh" | ||
"dev": "pnpm run css --watch && trunk serve", | ||
"css": "pnpx tailwindcss -i ./style/input.css -o ./style/output.css", | ||
"rnstl": "./vercel/install.sh", | ||
"build": "pnpm run css && ./vercel/build.sh" | ||
}, | ||
"author": "Sokhibjon Orzikulov <[email protected]>", | ||
"license": "CC0-1.0" | ||
|
Oops, something went wrong.