Moved server files to /server

pull/8/head
Mark 2023-09-22 10:08:10 -07:00
parent 32463ad6aa
commit ef74b67f90
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
16 changed files with 21 additions and 5 deletions

View File

@ -1,4 +1,4 @@
![](./site/misc/readme-banner.png)
![](./server/site/resources/readme-banner.png)
A high-precision scientific calculator with support for units, derivatives, and more.

2
server/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/site/node_modules
/pkg

View File

@ -7,7 +7,7 @@ networks:
services:
daisy:
build: ./.
build: ./server
container_name: daisy
restart: unless-stopped

17
server/site/package-lock.json generated Normal file
View File

@ -0,0 +1,17 @@
{
"name": "site",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"xterm": "^5.3.0"
}
},
"node_modules/xterm": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-5.3.0.tgz",
"integrity": "sha512-8QqjlekLUFTrU6x7xck1MsPzPA571K5zNqWm0M0oroYEWVOptZ0+ubQSkQ3uxIEhcIHRujJy6emDWX4A7qyFzg=="
}
}
}

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

3
site/.gitignore vendored
View File

@ -1,3 +0,0 @@
/node_modules
/package-lock.json
/pkg