Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Cmion/Codecrumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeCrumb

A personal in-browser JavaScript, CSS, TypeScript, JSX, HTML, SASS (and more) playground.

Motivation

Codecrumb is my started project, setting out as a web developer. it enables quick and offline development.

Usage

_. Create a Python Virtual Environment _. Activate the Virtual Environment *. Clone this repository

git clone https://github.com/cmion/codecrumb.git

*. CD to the cloned repository

cd codecrumb

*. Run pip install (the required python packages will be installed).

pip install

*. Setup a DATABASE secret key as an environment variable. - for windows

SET SECRET_KEY = 'yoursecretkey'

_. Setup and Install Postgres _. Setup a Database URI as an environment variable. - for windows

SET DATABASE_URI = 'http://localhost:whatever'

_. Run py app.py _. Page opens in http://localhost:4000 or http://127.0.0.1:4000.

Development

_. Follow all the steps in Usage _. cd src _. run npm install to the all the devDependencies. _. start developing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published