@raketa-cloud/admin-starter-template
v1.9.4
Published
## Environment setup
Downloads
21
Readme
Admin Starter
Environment setup
Install the Node.js version specified in .tool-versions.
Run bin/setup and start the development server with bin/dev.
Editor setup
There is a VS Code workspace setup in the project. Please install the recommended extensions and use the suggested settings.
Formatting and linting
You can run npm run format to format the whole repo with Prettier (https://prettier.io) and bin/lint to lint it with Biome (https://biomejs.dev). If you want to apply auto-fixes run npm run lint:fix from the relevant app/package folder, proceed with caution as the project is using the --apply-unsafe option.
Code review guidelines
- All new modules should have tests with happy and unhappy paths
- Do not add expensive third-party dependencies
- Keep the browser JS to a minimum and as vanilla as possible
Deployment
- tbd
