Concepts change according to new understandings. The code is the ultimate truth; The importance of establishing a habitat in .me
The Monad of which we shall here speak, is nothing but a simple substance, which enters into compounds. By 'simple' it means 'without pars'. (Theod. 10)
Install globally with npm to get .Lisa command.
npm install -g monadlisa
- Run .lisa on your terminal to access the command line.
- Start monadLisa with :
npm start
Clone the main repository and fetch all the contents of the submodules to install monadLisa as a the whole monoRepo:
git clone --recurse-submodules https://github.com/suiGn/monadLisa.git
Modularity and Independence: Each module within the neurons.me ecosystem is designed to function independently yet possesses the inherent capability to integrate with other modules, forming more complex systems. MonadLisa leverages this principle, demonstrating the power of modular design and the synergistic potential of these modules when combined.
To get the latest commits for all submodules, you can use:
git pull --recurse-submodules
To ensure that the submodules are on the correct commit tracked by the monorepo:
git submodule update --init --recursive
PM2: This guide would detail steps for running your monadLisa with PM2, and setting it up to restart automatically on server reboot: Click Here