Skip to content

Create, Share and view different pieces of code.

Notifications You must be signed in to change notification settings

fedeperin/quickcode

Repository files navigation

QuickCode

Create, Share and view different pieces of code quickly.
Created using SvelteKit and using Supabase as the database system.

Contributing

First, git clone this project.
Then, run npm install to install the required dependencies.
Once the dependencies are installed, at the main route of the project, create a new file called .env.
The .env file needs to contain the following code:

VITE_SUPABASE_ANON_KEY=
VITE_SUPABASE_URL=

Next to VITE_SUPABASE_ANON_KEY= you need to add a Supabase Anon key, you can get yourse by going to the Supabase App page and creating a new project.
Next to VITE_SUPABASE_URL= you need to add a Supabase URL, you will also get it when you create the project.

At the tables section create a new table called code and add the following columns:

  • code: It is a text area and it does not have a default value
  • lang: It is a text area and it does not have a default value

That's all!
You can run npm run dev and use it as a SvelteKit app.

About

Create, Share and view different pieces of code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published