From 77c8c13bef45ccbb26824c6d23585aac1d625732 Mon Sep 17 00:00:00 2001 From: David Reed Date: Sun, 5 Feb 2023 15:57:38 -0500 Subject: [PATCH] no building --- README.md | 43 +------------------------------------------ package.json | 3 --- 2 files changed, 1 insertion(+), 45 deletions(-) diff --git a/README.md b/README.md index 2af78cb..33b3a0d 100644 --- a/README.md +++ b/README.md @@ -4,47 +4,6 @@ Static files/assets used to spin up an Ultraviolet website. -## Packaging - -1. Clone the repository - -```sh -git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Static.git -cd Ultraviolet-Static -``` - -2. Install dependencies - -```sh -npm install -``` - -3. Make your changes... -4. Produce the `dist/` directory and import the Ultraviolet scripts - -```sh -npm run build -``` - -5. Package for NPM to produce `ultraviolet-static.X.X.X.tar.gz` file - -```sh -npm pack -``` - ## Install in [Ultraviolet-App](https://github.com/titaniumnetwork-dev/Ultraviolet-App.git) -1. Follow installation steps until you need to run `npm install` -2. Install the produced Ultraviolet-Static tgz (upload to Discord, Github, etc...) (see [Packaging](#packaging)) - -```sh -npm install https://github.com/titaniumnetwork-dev/Ultraviolet-Static/releases/download/v1.0.0/ultraviolet-static-1.0.0.tgz -# OR -npm install ../path/to/ultraviolet-static-1.0.0.tgz -``` - -3. Continue instructions... - -```sh -npm start -``` +See [Ultraviolet-App's Wiki](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Customizing-your-frontend). diff --git a/package.json b/package.json index 8edb84b..463629b 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "main": "lib/index.js", "version": "1.0.2", "type": "module", - "scripts": { - "build": "node scripts/build.js" - }, "files": [ "public", "lib"