Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.28 KB

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