/datproject.org

Dat Project Website

Primary LanguageJavaScript

Dat Project Website

Code for datproject.org website.

Built With

Thanks to these great open source projects we use:

Development

There are two server options, one using Bankai and one using Express. Bankai works for most situations, we use express for deployment for easier redirects.

  • npm run dev - run development server & watch file changes
  • npm run build - bundle assets
  • npm start - bundle assets and run express server
  • npm run server - run express server (assets must be bundled already)

Deployment

  • Deploy to server of choice
  • Build static assets: npm run build
  • Run server: npm run server