All Projects → OkunaOrg → Okuna Www

OkunaOrg / Okuna Www

Licence: agpl-3.0
🚀 The Okuna website code.

Projects that are alternatives of or similar to Okuna Www

Github Stars History
The missing github stars history!
Stars: ✭ 107 (-15.75%)
Mutual labels:  bulma
Socialworth
A PHP library for determining the popularity of a URL across social networks.
Stars: ✭ 119 (-6.3%)
Mutual labels:  social-network
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-2.36%)
Mutual labels:  bulma
Firstcoursenetworkscience
Tutorials, datasets, and other material associated with textbook "A First Course in Network Science" by Menczer, Fortunato & Davis
Stars: ✭ 111 (-12.6%)
Mutual labels:  social-network
Materialabout
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate. 🔖
Stars: ✭ 1,511 (+1089.76%)
Mutual labels:  social-network
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+1178.74%)
Mutual labels:  social-network
Onebody
private member portal for churches, built with Ruby on Rails
Stars: ✭ 1,408 (+1008.66%)
Mutual labels:  social-network
Community
A Python implementation of Girvan-Newman algorithm
Stars: ✭ 125 (-1.57%)
Mutual labels:  social-network
Airesis
The Social Network for eDemocracy
Stars: ✭ 116 (-8.66%)
Mutual labels:  social-network
Mern Social Network
Building a social network with MERN stack
Stars: ✭ 122 (-3.94%)
Mutual labels:  social-network
Bulma Social
🤳 Social Buttons and Colors for Bulma
Stars: ✭ 114 (-10.24%)
Mutual labels:  bulma
Hify
Social network powered by firebase
Stars: ✭ 115 (-9.45%)
Mutual labels:  social-network
Comrad
A socialist network: encrypted, insurveillable, unmontizeable, and self-governing. App is written in Python. (Calling all socialist programmers for help!)
Stars: ✭ 122 (-3.94%)
Mutual labels:  social-network
Bulmaswatch
Themes for Bulma
Stars: ✭ 1,525 (+1100.79%)
Mutual labels:  bulma
Fakebooker Frontend
Stars: ✭ 124 (-2.36%)
Mutual labels:  social-network
Mixedfeed
A PHP library to rule social-feeds, to entangle them with magic, a PHP library to gather them and bind them in darkness
Stars: ✭ 105 (-17.32%)
Mutual labels:  social-network
Concierge
Modular chat bot. (Karma + Sassy + Hubot) * (Discord + Facebook + Messenger + Slack + Skype + Telegram + Hipchat + ...) = Concierge
Stars: ✭ 121 (-4.72%)
Mutual labels:  social-network
Vue Blu
UI Component Library Base on Vue.js(2.x) and Bulma
Stars: ✭ 1,593 (+1154.33%)
Mutual labels:  bulma
Kepler
The open source full-stack geosocial network platform
Stars: ✭ 125 (-1.57%)
Mutual labels:  social-network
Bulma Megamenu
Bulma extension to make Mega Menus
Stars: ✭ 122 (-3.94%)
Mutual labels:  bulma
Okuna logo

CircleCI gitmoji badge

The code for about.okuna.io.

Table of contents

Requirements

Project overview

The website is a Vue 2.x application.

Other relevant technologies used are

  • Sass for stylesheets
  • Bulma for kickstarting the styles/layout.
  • Buefy for providing the logic to the Bulma components.
  • Webpack 4 for bundling everything together

Contributing

There are many different ways to contribute to the website development, just find the one that best fits with your skills and open an issue/pull request in the repository.

Examples of contributions we love include:

  • Code patches
  • Bug reports
  • Patch reviews
  • Translations
  • UI enhancements

Code of Conduct

Please read and follow our Code of Conduct.

License

Every contribution accepted is licensed under AGPL v3.0 or any later version. You must be careful to not include any code that can not be licensed under this license.

Please read carefully our license and ask us if you have any questions.

Git commit message conventions

Help us keep the repository history consistent 🙏!

We use gitmoji as our git message convention.

If you're using git in your command line, you can download the handy tool gitmoji-cli.

Getting started

Clone the repository

git clone [email protected]:OkunaOrg/okuna-www.git

Install the dependencies

$ npm install

Serve with hot reload at localhost:3000

$ npm run serve

Build for production

npm run build

For integration tests, make sure you're running a Selenium server and you have ChromeDriver installed.

npm run test:integration

Happy coding 🎉!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].