Skip to content

Commit

Permalink
chore: rename frontend to views
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimraimi committed Apr 14, 2024
1 parent fc61b27 commit 21fe32b
Show file tree
Hide file tree
Showing 26 changed files with 9 additions and 46 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ cython_debug/
#.idea/

### Svelte ###
# gitignore template for the SvelteKit, frontend web component framework
# gitignore template for the SvelteKit, views web component framework
# website: https://kit.svelte.dev/

./app/frontend/.svelte-kit/
./app/frontend/node_modules
./app/frontend/pnpm-lock.yaml
./app/views/.svelte-kit/
./app/views/node_modules
./app/views/pnpm-lock.yaml
package

# End of https://www.toptal.com/developers/gitignore/api/svelte,django
38 changes: 0 additions & 38 deletions app/frontend/README.md

This file was deleted.

Empty file added app/server/db.sqlite3
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions app/views/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Views
File renamed without changes.
4 changes: 2 additions & 2 deletions app/frontend/package.json → app/views/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "views",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Function to install dependencies for SvelteKit
install_svelte_dependencies() {
echo "Installing dependencies for SvelteKit..."
cd app/frontend
cd app/views
npm install
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/start_servers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Function to start Svelte development server
start_svelte() {
echo "Starting Svelte development server..."
cd app/frontend
cd app/views
npm run dev
}

Expand Down

0 comments on commit 21fe32b

Please sign in to comment.