-
Notifications
You must be signed in to change notification settings - Fork 2
Setting up Sealious for development
Rayvenden edited this page Dec 12, 2015
·
16 revisions
It's recommended to set up Node Version Manager first. With NVM you don't need root privileges to install NPM packages and have your development environment separated in home directory.
Then, run the dev-setup.sh
file from the root of 'next' branch in Sealious/sealious repository:
Download .sh file or use this one-liner:
curl https://raw.githubusercontent.com/Sealious/sealious/next/dev-setup.sh | sh
In case you decided to not use NVM, it's recommended to set up your environment so you don't need sudo to npm install
packages