Skip to content
/ scribbl Public template

Scribbl is a fast, minimalistic note-taking app built in Laravel.

License

Notifications You must be signed in to change notification settings

camw0/scribbl

Repository files navigation

Main Language Code Size Open Issues License Version

Scribbl Logo

Scribbl Software

Scribbl is an all-in-one minimalist note-taking application, built with Laravel. Designed to be fast, secure and easy to use while maintaining a beautiful UI experience.

Install (Development)

These guides are temporary while a documentation site is in the works.

LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
apt -y install php8.1 php8.1-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip}
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

cd /srv # Make this directory wherever you want to download and edit Scribbl in development.
git clone https://github.com/cmrxnn/scribbl && cd scribbl

cp -R .env.example .env
php artisan key:generate

composer install

# From here, you'll need to venture out on your own for now and set up the database yourself.
# New-to-SQL people, don't worry! Documentation is coming for this soon.

php artisan serve # Starts a webserver on localhost:8000.

License

This software is licensed under the MIT license.