Nikke-db / nikke-db-vue

nikke-db.pages.dev
Other
36 stars 7 forks source link

How do we make this usable in an offline enviroment? #44

Closed WonderCrown closed 1 week ago

WonderCrown commented 2 weeks ago

Just curious, thank you for your time.

Koshirei commented 1 week ago
  1. Download Visual Studio Code
  2. Download node 20+
  3. Clone the asset repository
  4. Clone the vue repository
  5. Open the asset repository in VSCode
  6. Download Live Server from VSCode extension marketplace
  7. Launch Live Server, it should launch on localhost:5500
  8. Open the vue repository in a CLI
  9. run npm install
  10. open the file src/utils/enum/globalParams.ts in any file editor
  11. for the variable NIKKE_DB put the value of your vscode live server url ( NIKKE_DB = 'http://localhost:5500/' )
  12. run npm run dev in the vue repository CLI
  13. Access the URL http://localhost:5173 ( or 127.0.0.1:5173 ) , you'll have a link in the CLI if it works