A platform managing authenticated Discord form submissions within Discord servers.
Install the LTS version of Node.js for your operating system.
To install project dependencies or apply changes made to the package.json
file, use the following command:
npm iTo run the project, use the following command:
npm run devBefore committing, run the following commands:
- Run
npm run lintto check for linting errors with ESLint (config) - Run
npm run formatto format the code with Prettier (config) - Run
npm run checkto check for Svelte Check errors. - Run
npm run buildto make sure the project builds successfully.
Alternatively, run npm run all to run all of the above commands.
Maintained with ❤️ by @acmcsufoss