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 i
To run the project, use the following command:
npm run dev
Before committing, run the following commands:
- Run
npm run lint
to check for linting errors with ESLint (config) - Run
npm run format
to format the code with Prettier (config) - Run
npm run check
to check for Svelte Check errors. - Run
npm run build
to make sure the project builds successfully.
Alternatively, run npm run all
to run all of the above commands.
Maintained with ❤️ by @acmcsufoss