Giter Site home page Giter Site logo

diagroh / onigiri Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asrvd/onigiri

0.0 0.0 0.0 64 KB

๐Ÿ™ a very dark, minimal, powerful and fully customizable startpage made using vue.

Home Page: https://onigiri.vercel.app

License: MIT License

JavaScript 31.57% CSS 2.13% HTML 2.39% Vue 63.91%

onigiri's Introduction

onigiri

a very dark, minimal, powerful and fully customizable startpage made using vue.js and tailwind.

โœจ Usage

README WIP You can either host your own instance of this startpage or use this.

Deploy you own instance

It's pretty easy, I'll suggest using vercel if you don't want to waste much time, create an account on Vercel if you don't already have one and then just click here on this button.

Deploy with Vercel

Set as your startpage

Jsut set your browser's home url to https://onigiri.vercel.app/ if you're using my instance or your own link that you get from vercel after deploying.

๐Ÿ™ Customize

To customize the startpage according to you follow these steps:

Fork the repo and clone it

git clone https://github.com/asheeeshh/onigiri.git

Open the app using your code editor [I'm using vs code here].

cd onigiri
code .
npm run dev

Customizing links

Go to /src/applist.json.

Suppose you want to add FaceBook to the list, just add the following snippet to the json. The Link's position depends on the position of the object in the array.

[
  ...
  {
        "name": "facebook",
        "link": "https://facebook.com",
        "icon": "facebook"
    },
  ...
]

All the ions are taken from Simple Icons. You an check the icon name for your added app here.

Customizing images

There are two images used in the startpage.

You can change the images by changing the src in the <img /> tag.

Customizing colors

You can customize the colors too if you have some basic knowledge of tailwind css.

๐Ÿ™‹โ€โ™‚๏ธ Have Questions?

Create an issue and I'll be glad to help you out!

๐ŸŽ Contributing

Contributions are most welcome.

๐Ÿ’œ Ending Note

  • Consider giving the repo a โญ if you liked the project!
  • Checkout my other projects!

onigiri's People

Contributors

asrvd 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.