Coder Social home page Coder Social logo

roosta / home.roosta.sh Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 4.01 MB

roosta.sh home page

Home Page: https://roosta.sh

License: GNU General Public License v3.0

JavaScript 23.51% Handlebars 62.98% CSS 11.47% Dockerfile 1.39% Shell 0.65%
home-page user-page

home.roosta.sh's Introduction

home screenshot

Landing page for roosta.sh

Installation

Clone this repository and run npm install

# https
git clone https://github.com/roosta/home.roosta.sh
# or using ssh
git clone [email protected]:roosta/home.roosta.sh.git

cd home.roosta.sh && npm install

Development

To start a server that will host a live reload serve of the page:

npm run serve

The config will try to open google-chrome-unstable with a forced device scale factor due to my personal screen setup, and will webpack warn about this. Can be ignored, or changed.

Either way you can point your browser to localhost:8080

Deployment

Included in the repo is a Dockerfile, you could use that to deploy the app with nginx. I personally use Dockerfiles and dokku setup on a digital ocean droplet, but you can just run

npm run build

or

yarn build

to have the website compiled to the ./dist folder, then deploy however you like.

Text art

I made the artwork using moebius, a fantastic modern ANSI & ASCII art editor.

This editor features an utf8 export option, that can be used to output to modern character sets. You can also do that conversion using something like recode:

recode 437 < input.ans > output.utf8ans

To convert this to HTML I used ansi2html:

ansi2html < input.utf8ans > output.html

I used black and white only when drawing, which resulted in a pretty clean html export, but your mileage may vary.

License

Copyright (c) 2022 Daniel Berg

Source code distributed under GNU General Public License v3.0 or later.

home.roosta.sh's People

Contributors

roosta avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.