/website

The frontend and the backend architecture of Wault

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Wault website

Netlify Status License Stars

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.ts. The page auto-updates as you edit the file.

Deployment

Deploy to Netlify

Deploy to Digitalocean

Self-hosting

  1. Pull the repository to your local computer
  2. Install npm dependencies via npm install
  3. Add an environmental variable called NODE_ENV and set the value for production
  4. Build the project with npm run build
  5. Run the project with npm run start
  6. The server will listen on port 3000