Home > Developing and compiling
Developing and compiling Sparnatural
First, clone the repository if you have not done it already.
- Run
npm i
to install dependencies - Run
npm run start
to launch the development server with auto-refresh - Run
npm run build
to compile the module using webpack