diff --git a/README-es.md b/README-es.md new file mode 100644 index 0000000..94dc229 --- /dev/null +++ b/README-es.md @@ -0,0 +1,120 @@ +
+ NES.css: NES-style  CSS framework + + English / 日本語 / Español +
+ +NES.css es un Framework CSS **Estilo-NES (8bit)** + + +[![Gitter][gitter-badge]][gitter] + +## Instalación + +### CDN + +```html + + + + +``` + +O + +```html + + + + +``` + +### npm + +TODO: npm での使用方法を書く + +## Uso + +NES.css sólo tiene componentes. Tienes que definir tu propio diseño. + +La tipogfrafía por fefecto es Press Start 2P, la cual tiene soporte para caracteres latinos (acentos, ñ y ü). + +### Tipografías recomendadas + +|Idioma|Tipografía| +|----|----| +|(Default)|[Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P)| +|Latino|[Kongtext](https://www.dafont.com/kongtext.font)| +|Japanese|[美咲フォント](http://www.geocities.jp/littlimi/misaki.htm)| +|Japanese|[Nu もち](http://kokagem.sakura.ne.jp/font/mochi/)| + + +## CSS Only + +NES.css sólo requiere CSS y no depende de JavaScript. + + +## Soporte de navegadores + +NES.css es compatible con las versiones más recientes de los siguientes navegadores. +* Chrome +* Firefox +* Safari + +Sin probar +* IE/Edge + + +## Desarrollo + +### Comandos +```sh +git clone git@github.com:BcRikko/NES.css.git +cd NES.css + +npm i + +npm run watch +npm run build +``` + +#### Run Storybook +``` +npm run storybook +``` + +Linting, formatting and building se ejecutan automáticamente en el pre-commit hook. +TODO: ビルドはCIでするように変更したい + +### Directorios +```sh +. +├── index.html: Página demo +├── style.css: Estilo de página demo +├── css: Archivos de distribución +├── docs: Storybook stories +└── scss: Código fuente + ├── base + │ ├── reboot.scss: ¡No cambiar! (Bootstrap Reboot) + │ ├── generic.scss: Estilo genérico y reboot.css + │ └── variables.scss: Variables comunes + ├── elements + ├── form + ├── icons: 16x16 iconos + ├── pixel-arts: Para iconos que no son 16x16. + └── utilities +``` + + + +## Derechos de autor y licencia + +Código y documentación copyright 2018 [B.C.Rikko](https://github.com/BcRikko). Código publicado con Licencia MIT. Documentación publicada con Creative Commons. + + + + + + +[gitter]: https://gitter.im/nostalgic-css/Lobby +[gitter-badge]: https://img.shields.io/gitter/room/nostalgic-css/Lobby.svg diff --git a/README-jp.md b/README-jp.md index 5e11dcc..dfe54f8 100644 --- a/README-jp.md +++ b/README-jp.md @@ -1,7 +1,7 @@
NES.css: NES-style  CSS framework - English / 日本語 + English / 日本語 / Español
NES.cssは **ファミコン風(8bit ライク)** なCSSフレームワークです。 diff --git a/README.md b/README.md index 80f9a73..e86b954 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
NES.css: NES-style  CSS framework - English / 日本語 + English / 日本語 / Español
NES.css is a **NES-style(8bit-like)** CSS Framework.