Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.01 KB

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