The official frontend of Bootstrap Academy.
If you would like to submit a bug report or feature request, or are looking for general information about the project or the publicly available instances, please refer to the Bootstrap-Academy repository.
- Install Node.js and npm
- Clone this repository and cdinto it.
- Run npm installto install the dependencies.
- Run npm run devto start a development server listening on http://localhost:3000/.
- Run npm run formatto apply the enforced Prettier style (CI runsnpm run format:check).
- Run npm run lintto ensure the code passes the ESLint rules.
You need to create separate accounts for test instances (localhost, https://test.bootstrap.academy, PullRequest-preview pages) and live instances (https://bootstrap.academy). These are two separate database systems.