Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bootstrap-academy/admin-dashboard
The internal admin dashboard of Bootstrap Academy - Learn Computer Science Online
https://github.com/bootstrap-academy/admin-dashboard
admin-dashboard bootstrap-academy hacktoberfest nuxt nuxtjs vue vuejs
Last synced: 12 days ago
JSON representation
The internal admin dashboard of Bootstrap Academy - Learn Computer Science Online
- Host: GitHub
- URL: https://github.com/bootstrap-academy/admin-dashboard
- Owner: Bootstrap-Academy
- License: other
- Created: 2023-02-06T11:01:01.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-15T19:54:23.000Z (about 1 month ago)
- Last Synced: 2024-10-17T05:56:21.201Z (about 1 month ago)
- Topics: admin-dashboard, bootstrap-academy, hacktoberfest, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage: https://bootstrap.academy/
- Size: 1.76 MB
- Stars: 51
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bootstrap Academy Admin Dashboard
The internal admin dashboard of [Bootstrap Academy](https://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](https://github.com/Bootstrap-Academy/Bootstrap-Academy).
## Development Setup
1. Install [Node.js and npm](https://nodejs.org/)
2. Clone this repository and `cd` into it.
3. Run `npm install` to install the dependencies.
4. Run `npm run dev` to start a development server listening on http://localhost:3000/.