Skip to content

Commit d9f65a8

Browse files
Style: Set Base layout and theme for website
1 parent 56e12ba commit d9f65a8

21 files changed

+2241
-1190
lines changed

.gitignore

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,10 @@ yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
99

10-
# Node modules
1110
node_modules
12-
13-
# Build output
1411
dist
1512
dist-ssr
16-
build
17-
18-
# Environment variables
19-
.env
20-
.env.local
21-
.env.development.local
22-
.env.test.local
23-
.env.production.local
13+
*.local
2414

2515
# Editor directories and files
2616
.vscode/*
@@ -32,14 +22,3 @@ build
3222
*.njsproj
3323
*.sln
3424
*.sw?
35-
36-
# Coverage reports
37-
coverage
38-
39-
# Miscellaneous
40-
.cache
41-
.parcel-cache
42-
.next
43-
.nuxt
44-
.expo
45-
.expo-shared

LICENSE

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

eslint.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import js from '@eslint/js'
2-
import globals from 'globals'
3-
import reactHooks from 'eslint-plugin-react-hooks'
4-
import reactRefresh from 'eslint-plugin-react-refresh'
5-
import tseslint from 'typescript-eslint'
1+
import js from '@eslint/js';
2+
import globals from 'globals';
3+
import reactHooks from 'eslint-plugin-react-hooks';
4+
import reactRefresh from 'eslint-plugin-react-refresh';
5+
import tseslint from 'typescript-eslint';
66

77
export default tseslint.config(
88
{ ignores: ['dist'] },
@@ -24,5 +24,5 @@ export default tseslint.config(
2424
{ allowConstantExport: true },
2525
],
2626
},
27-
},
28-
)
27+
}
28+
);

fonts/FluxBold.woff

28.4 KB
Binary file not shown.

fonts/FluxRegular.woff

29.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)