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%
Find a file
dependabot[bot] 6382e5e87c
Bump rollup from 4.20.0 to 4.22.4
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>
2026-08-11 15:53:18 +02:00
.github [ImgBot] Optimize images 2023-07-15 12:48:02 +00:00
assets/css messages are now fetched and displayed, msg css 2023-06-09 16:51:41 +02:00
components . 2023-06-09 20:04:53 +02:00
layouts server, channel list 2023-06-09 00:05:37 +02:00
pages . 2023-06-09 20:27:11 +02:00
public base 2023-06-08 22:42:39 +02:00
server . 2023-06-09 20:27:11 +02:00
.env fetch the userinfo 2023-06-09 14:25:38 +02:00
.gitignore base 2023-06-08 22:42:39 +02:00
.npmrc base 2023-06-08 22:42:39 +02:00
nuxt.config.ts fetch the userinfo 2023-06-09 14:25:38 +02:00
package-lock.json Bump rollup from 4.20.0 to 4.22.4 2026-08-11 15:53:18 +02:00
package.json Bump nuxt from 3.8.1 to 3.12.4 2026-08-11 15:53:18 +02:00
README.md note that it wont work 2023-06-09 12:57:25 +02:00
tailwind.config.js props, vars, improvements 2023-06-09 12:32:54 +02:00
tsconfig.json base 2023-06-08 22:42:39 +02:00

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 ...

Image

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.