Skip to content

distortia/sailbones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sailbones

an Alphaity application

Install Postgres

Install Ruby

Run gem install sass

Run npm install

Add a local.js in the config folder to create local Postgres connections

Update your database config in config\connections, when deploying to a local/remote server

To run the project type node app.js

To run prod build type node app.js --prod

Updating NPM Packages

Visit this Stack Overflow link

or TL;DR

  • npm install -g npm-check-updates
  • ncu -u - Updates all node packages in package.json
  • rm -rf node_modules - Gets rid of old packages
  • npm install - Installs all updates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors