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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b65b5d7 · Mar 3, 2025

History

89 Commits
Feb 15, 2025
Mar 8, 2024
Feb 26, 2025
Feb 23, 2024
Feb 23, 2024
Dec 9, 2023
Dec 9, 2023
Feb 23, 2024
Dec 9, 2023
Dec 9, 2023
Dec 9, 2023
Dec 9, 2023
Feb 28, 2024
Feb 3, 2025
Oct 22, 2024
Feb 17, 2025
Feb 17, 2025
Dec 9, 2023
Dec 9, 2023
Dec 9, 2023

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