Skip to content

CTRL-Neo-Studios/Vertex

Repository files navigation

CRTL Vertex

This is an Open-Source Markdown Editor Studio made by CRTL Prototype Studios. It is completely free and Open-Source with an MIT License.

This project is dedicated to the hardworking Open-Source Community.

I originally wanted to make a Nuxt Module similar to Nuxt Studio's Visual Markdown Editor, which I had tried and thought was terrible. Therefore, I started out researching stuff that can make something like this happen, and then I realized: how about a "Macrohard Words Online" (If you know what I mean by that ;) ) alternative for Markdown?

So I researched, tried my abilities, tried UI libraries, tried editor libraries in my former projects (They're all open-sourced as well).... and everything had led to this.

CRTL Vertex.

Disclaimer

I am an extremely under-experienced web-developer (only 3 years! That's nowhere enough...) so pull requests and issues that contributes towards this project will be more than helpful. I will let you know what parts of the project might be vulnerable to attacks and I'm more than happy to accept fixes to it (hopefully the list will become gradually shorter from time to time):

  1. User Authentication
  2. File Storage Management
  3. User Management
  4. User Permissions
  5. Backend API Thank you in advance to anyone who can address to these vulnerability issues and fix them in time.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

An Open-Sourced Markdown Document Editor Suite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published