Skip to content

rzfang/SkyZone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyZone

RZ's website.

note

this project needs the key file to get everything fine.

this project uses

to be a HTTP server, this project also uses

P.S. for security reason, these files don't join the git.
  • nginx config.
  • constant key.

set up dev enviroment

./UTL/precompile.js

run dev server

for development.

npm run dev;

for production.

node skyzone.js;

or use PM2.

pm2 start skyzone.js;

package dependency

  • sqlite3@5.0.0 - lock version as a short term workaround.