arsenic
  • arsenic
  • Deployment
    • Running locally
    • BYOD
    • Hosting Services
  • Changelog
    • Changelog
  • Contributing
    • Contributing
  • Resources
    • Status
    • Discord
    • GitHub
Powered by GitBook
On this page
  1. Deployment

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
PreviousarsenicNextBYOD

Last updated 8 months ago