Skip to content

Commit 9ddb817

Browse files
committed
CLEAN SLATE
1 parent 38e1218 commit 9ddb817

31 files changed

+1
-5178
lines changed

.eslintignore

-2
This file was deleted.

.eslintrc.json

-70
This file was deleted.

.gitignore

-2
This file was deleted.

LICENSE

-21
This file was deleted.

README.md

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
11
# GJTiquia.com
22

3-
Personal website of GJ Tiquia. Currently hosted at https://gjtiquia.com
4-
5-
Built with HTML, TailwindCSS and TypeScript.
6-
7-
## Commands
8-
9-
- `npm install`: Main dev server. Runs everything you need.
10-
- `npm run dev`: Compiles and watches file changes for TypeScript and TailwindCSS.
11-
- `npm run build`: Compile TypeScript and TailwindCSS for production.
12-
13-
## Dependencies:
14-
15-
- TypeScript
16-
Used in favor of JavaScript for development.
17-
18-
- TailwindCSS
19-
Used as a Utility-first CSS framework for fast development of custom UI.
20-
21-
- ESLint
22-
Used to enforce code style, find and fix problems in TypeScript code during development.
23-
24-
- Showdown
25-
Used to parse markdown files into HTML during build time.
26-
27-
- parseMD
28-
Used to parse metadata from the YAML header in a markdown file during build time.
29-
3+
repo for my personal site

0 commit comments

Comments
 (0)