Skip to content

Commit

Permalink
Refactor site structure + user page
Browse files Browse the repository at this point in the history
Except for the asset tracking page because it's related to the exchange site

(Progress of solving issues #2)
  • Loading branch information
KnightChaser committed Jun 23, 2024
1 parent 8835143 commit 927ad01
Show file tree
Hide file tree
Showing 60 changed files with 4,473 additions and 5,315 deletions.
5 changes: 4 additions & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
# VITE_BACKEND_API_URL="https://kcx.knightchaser.com/api"

# LOCAL (DEVELOPMENT)
VITE_BACKEND_API_URL="http://127.0.0.1:8000/api"
VITE_BACKEND_API_URL="http://127.0.0.1:8000/api"

# Administrator account mark
VITE_ADMIN_ACCOUNT_ID="knightchaser"
40 changes: 17 additions & 23 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
# Output
.output
.vercel
/.svelte-kit
/build

# OS
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Thumbs.db

# Env
.env
.env.*
!.env.example
!.env.test

# VSCODE
.vscode/*
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
1 change: 1 addition & 0 deletions frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
15 changes: 0 additions & 15 deletions frontend/index.html

This file was deleted.

32 changes: 0 additions & 32 deletions frontend/jsconfig.json

This file was deleted.

11 changes: 0 additions & 11 deletions frontend/meta.js

This file was deleted.

Loading

0 comments on commit 927ad01

Please sign in to comment.