xmr-remote-nodes/frontend
2024-05-17 18:17:03 +07:00
..
src Stagenet majority fee 57000 2024-05-17 18:17:03 +07:00
static Change sort_name and description in manifest.json 2024-05-11 21:02:48 +07:00
.eslintignore Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
.eslintrc.cjs Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
.gitignore Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
.npmrc Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
.prettierignore Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
.prettierrc Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
embed.go Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
jsconfig.json Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
package-lock.json Vite ver. bump 2024-05-08 18:52:32 +07:00
package.json Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
postcss.config.js Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
README.md Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
svelte.config.js Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
tailwind.config.js Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
vite.config.js Copying my other project structure to this project 2024-05-04 00:11:56 +07:00

UI

Everything you need to build a Svelte project, powered by create-svelte.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Deploying

after running npm run build from development device, copy ./build, package.json and package-lock.json to server. On the server, run npm ci --omit dev then restart the systemd service.

Playbook example (run from root project):

ansible-playbook -i ./utils/ansible/inventory.ini -l production ./utils/ansible/deploy.yml -K