For the complete documentation index, see llms.txt. This page is also available as Markdown.

Running locally

You can run arsenic on a local device or server by running the following commands:

git clone https://github.com/smartfoloo/arsenic.git

cd arsenic

npm i

npm start

Or, if you are using a process manager like PM2, for example,

git clone https://github.com/smartfoloo/arsenic.git

cd arsenic

npm i

pm2 start src/index.js

Last updated