All Projects → codeuino → website-www.codeuino.org

codeuino / website-www.codeuino.org

Licence: other
www.codeuino.org/

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to website-www.codeuino.org

django-redirects
↪️ ✅ redirects as they should be, with full control.
Stars: ✭ 32 (-8.57%)
Mutual labels:  site
sphinx-gradle-plugin
Sphinx site generation plugin for Gradle
Stars: ✭ 19 (-45.71%)
Mutual labels:  site
tetriss
Tetris clone written in JavaScript 🎮 https://antonioolf.github.io/tetriss/
Stars: ✭ 14 (-60%)
Mutual labels:  hacktoberfest2020
assemble-core
The core assemble application with no presets or defaults. All configuration is left to the implementor.
Stars: ✭ 17 (-51.43%)
Mutual labels:  site
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+65.71%)
Mutual labels:  site
Google-Maps-API-with-PHP-MySQL
A Snippet of code to help you in Google Maps API. In this Script PHP Array and MySQL is used to store Latitude and Longitude. This script is made for those who needs a Map with Multiple Markers which changes it's Position Dynamically. In other words, This is made for people who need t a Map solution for Uber Like Application
Stars: ✭ 50 (+42.86%)
Mutual labels:  site
oxdork
Google dorking tool
Stars: ✭ 115 (+228.57%)
Mutual labels:  site
site
Site da Curso-R
Stars: ✭ 20 (-42.86%)
Mutual labels:  site
vite-plugin-sloth
Fresh take on static site generation, using HTML-first approach to build website. Powered by ⚡️ Vite
Stars: ✭ 39 (+11.43%)
Mutual labels:  site
Stanley
An Android app explorer for developers (extract the manifest and other info from any installed application)
Stars: ✭ 82 (+134.29%)
Mutual labels:  hacktoberfest2020
vagas
💼 É dev? É devops? É bom? Quer mexer com muita tecnologia e desafios? Vem pro match!
Stars: ✭ 21 (-40%)
Mutual labels:  site
svelte3-translation-ru
Russian translation of the official Svelte resources
Stars: ✭ 49 (+40%)
Mutual labels:  site
savva3
Сайт Алексея Савватеева
Stars: ✭ 29 (-17.14%)
Mutual labels:  site
planet
A timetracker and a page generator
Stars: ✭ 23 (-34.29%)
Mutual labels:  site
UberCarAnimation
This app is for animating a car like uber from one position to another with preserving angle and smooth animation
Stars: ✭ 53 (+51.43%)
Mutual labels:  hacktoberfest2020
muleify
Muleify - Static Site Generator | Website Bundler | Asset Compiler | Templating | Preproccessor
Stars: ✭ 16 (-54.29%)
Mutual labels:  site
jekyll-deploy-action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (+362.86%)
Mutual labels:  site
IssueAi
O Issue Ai cria um espaço de visibilidade para os projetos open source de Computação@UFCG.
Stars: ✭ 32 (-8.57%)
Mutual labels:  hacktoberfest2020
defcon-russia.github.io
DEFCON-RUSSIA WEB
Stars: ✭ 12 (-65.71%)
Mutual labels:  site
Ant Design Landing
🚵 Landing Pages of Ant Design System
Stars: ✭ 4,425 (+12542.86%)
Mutual labels:  site

Codeuino Website

Official site for Codeuino landing page. Please visit http://www.codeuino.org/

Table of contents

  • Requirements
  • Installation
  • File Structure
  • How to contribute
  • Credits

Requirements

Following applications are required to run the application locally.

  • Git
  • Npm
  • Node

Installation

To run the application on your local system follow these steps

  1. git clone https://github.com/codeuino/website-www.codeuino.org.git
  2. Move to the project directory.
  3. git checkout development
  4. npm install
  5. npm run build
  6. npm start
  7. Open localhost:5000 to view the website on your local browser.

File Structure

This section describes about the file structure of the project. All the source code is located in src directory. There are two main directories in the src folder, components and pages. The pages directory contains all the source code of routes in separate folders. The components directory contains all reusable component file in separate folders.

Dockerizing the application

To use the application in docker for both production and development use, follow

  • Build and tag docker image docker image build -f Dockerfile-dev -t {name-of-docker-file-of-your-choice} .

  • Running docker image lakshyadocker run -it -v ${PWD}:/app -v /app/node_modules -p {Port-you-want-your-app-on}:3000 --rm {docker-image}

How to contribute

Opening an issue

GitHub issues GitHub closed issues

You should usually open an issue in the following situations:

  • Report an error you can’t solve yourself
  • Discuss a high-level topic or idea (for example, community, vision or policies)
  • Propose a new feature or other project idea

Tips for communicating on issues:

If you see an open issue that you want to tackle, comment on the issue to let people know you’re on it. That way, people are less likely to duplicate your work. If an issue was opened a while ago, it’s possible that it’s being addressed somewhere else, or has already been resolved, so comment to ask for confirmation before starting work. If you opened an issue, but figured out the answer later on your own, comment on the issue to let people know, then close the issue. Even documenting that outcome is a contribution to the project.

Opening a pull request

PRs Welcome GitHub pull requests GitHub contributors

You should usually open a pull request in the following situations:

  • Submit trivial fixes (for example, a typo, a broken link or an obvious error)
  • Start work on a contribution that was already asked for, or that you’ve already discussed, in an issue A pull request doesn’t have to represent finished work. It’s usually better to open a pull request early on, so others can watch or give feedback on your progress. Just mark it as a “WIP” (Work in Progress) in the subject line. You can always add more commits later.

Credits

This project is currently maintained by Jaskirat Singh .

Twitter Follow Open Source Love

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