an discord like front end for bots, where one can write see all servers and channels, basically a bot client
- Vue 60.7%
- JavaScript 30.2%
- CSS 7.5%
- TypeScript 1.6%
Bumps [rollup](https://github.com/rollup/rollup) from 4.20.0 to 4.22.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.20.0...v4.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| assets/css | ||
| components | ||
| layouts | ||
| pages | ||
| public | ||
| server | ||
| .env | ||
| .gitignore | ||
| .npmrc | ||
| nuxt.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
Cord
An Discord like Front End for Bots (basically a bot client)
currently it is only a nice front end, im looking for a way to connect it to the discord api ...
Setup
Make sure to install the dependencies:
# npm
npm install
Development Server
Start the development server on http://localhost:3000
npm run dev
Production
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
