Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.06 KB

Flesh

Frontend Vue App for William278.net

Source for the frontend for William278.net, written in Vue.js / Nuxt (v3). All Rights Reserved Please get in touch if you wish to use this frame for your own personal website.

See also: bones, the corresponding backend service.

Translations

Check the translations page for information about how you can help translate this site!

Setup

Navigate to the root directory and run npm install to get the packages, then run npm run dev to start the server. You can set the following environment variables to set the port and the hostname:

  • HOST - The host the server will listen on. Defaults to localhost.
  • PORT - The port the server will listen on. Defaults to 8000.

To deploy for production, run npm run build to build the site, then you can deploy that through a node web server via node .output/server/index.mjs. Check the nuxt docs for more deployment options, etc.


© William278, 2022. All rights reserved.