Skip to content

Platform managing authenticated Discord form submissions within club Discord server.

Notifications You must be signed in to change notification settings

acmcsufoss/form

Repository files navigation

form

A platform managing authenticated Discord form submissions within Discord servers.

Development

Installing project dependencies

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

Running the project

To run the project, use the following command:

npm run dev

Pre-commit suggestions

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

About

Platform managing authenticated Discord form submissions within club Discord server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published