Skip to content

Commit

Permalink
Setup initial page structures
Browse files Browse the repository at this point in the history
  • Loading branch information
glennraya committed Jun 27, 2024
1 parent 25cf84f commit c1a69c0
Show file tree
Hide file tree
Showing 37 changed files with 3,578 additions and 174 deletions.
Binary file added .DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tabWidth": 4,
"singleQuote": true,
"semi": false,
"arrowParens": "avoid",
"trailingComma": "none",
"plugins": ["prettier-plugin-tailwindcss"]
}
1 change: 1 addition & 0 deletions data.ms/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.8.3
Binary file added data.ms/auth/data.mdb
Binary file not shown.
Binary file added data.ms/auth/lock.mdb
Binary file not shown.
1 change: 1 addition & 0 deletions data.ms/instance-uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42c6114e-c7f2-4de9-a7a6-3471a3543e2a
Binary file added data.ms/tasks/data.mdb
Binary file not shown.
Binary file added data.ms/tasks/lock.mdb
Binary file not shown.
93 changes: 93 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
Expand Down
Binary file added public/.DS_Store
Binary file not shown.
Binary file added public/fonts/.DS_Store
Binary file not shown.
Binary file added public/fonts/jetbrains_mono/.DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions public/fonts/jetbrains_mono/generator_config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Font Squirrel Font-face Generator Configuration File
# Upload this file to the generator to recreate the settings
# you used to create these fonts.

{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
Loading

0 comments on commit c1a69c0

Please sign in to comment.