Giter VIP home page Giter VIP logo

girls-code-cms's Introduction

Website de Girls Code

Website de Girls Code

🤖 Trabajar con un repo remoto

Trabajar sobre un fork del proyecto. Hacer los PRs desde el fork.

Documentación de cómo hacer fork del proyecto aqui. https://help.github.com/es/github/getting-started-with-github/fork-a-repo

Comandos para setear repositorio localmente

git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
git remote add girlscodepy https://github.com/GirlsCodePy/girls-code-web.git

Prerequisitos

🚀 Instalar dependencias y correr localmente

Ejecutar los comandos en la consola

yarn install 
yarn start 

Se levanta el proyecto localmente en http://localhost:8000/

Estructura del Proyecto

├── src
│   └── components // Carpeta de componentes
│   │  └── Component // Un folder para cada componente (si necesita estilos propios)
│   │    │   └── index.js // Archivo para exponer el default export
│   │    │   └── Component.js // Componente
│   │    │   └── styles.sass // Estilos del componente, importados en el .js del componente
├── styles
│   └── _base.sass // Titulos, botones, texto con colores, etc.
│   └── _fonts.sass // Font imports
│   └── _helpers.sass // Helpers
│   └── _layout.sass // Estilos de layout (flex, cssgrid, estilos de layout que se reusan) 
│   └── _variables.sass // Variables, disponible sin importar en todos los archivos
│   └── main.sass // Bulma e internal imports

Trabajar con un repositorio local de Netlify

Agregar al principio del archivo de configuración local_backend en el config.yml

backend:
  name: ...

# when using the default proxy server port
local_backend: true
  1. Ejecutar npx netlify-cms-proxy-server desde el directorio principal
  2. En otra terminal, levantar el servidor local: yarn start
  3. Abrir http://localhost:8081/admin/ para verificar que puedes administrar tu contenido de Netlify localmente

Nota: netlify-cms-proxy-server ejecuta un servidor express no autenticado. SOLAMENTE debe ser utilizado localmente!!

🤝 Licencia

Este proyecto está licenciado bajo los términos de la Licencia Pública General GNU v3.0 - vea el archivo LICENSE para más detalles

girls-code-cms's People

Contributors

dependabot-preview[bot] avatar austingreen avatar zoltanveres avatar loorely avatar renovate-bot avatar bsandoval avatar erquhart avatar renovate[bot] avatar zant avatar marcobiedermann avatar benaiah avatar spences10 avatar rdela avatar javierpf avatar kalinchernev avatar olrtg avatar sakit0 avatar talves avatar charisewalraven avatar missmatsuko avatar kyleamathews avatar futuregerald avatar hennessyevan avatar ekoeryanto avatar flppv avatar terrierscript avatar swyxio avatar phillc avatar omrllm avatar meliam avatar

Stargazers

 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.