Skip to content

premiere-sh/interface

Repository files navigation

Premiere Protocol Interface

License

Development

Requirements

  • node (ideally version 18 or greater, my advice would be to use nvm)
  • yarn

Workflow

In order to install dependencies:

yarn

Then, to start the development server (default port is 3000)

yarn dev

After running the above command a development server can be accessed in the browser under url http://localhost:3000. The NextJS supports hot reload but for some changes to populate you might need to re-run the development server.

In order to check if the website builds right (in case the build as part of the PR CI/CD fails), one can run

yarn build

Other useful commands involve running ESLint (static analysis):

yarn lint

and Prettier (code formatter):

yarn prettier --write .

TODOs

Join our Slack and I will add you to the Jira board!