Skip to content

Tailwind #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 65 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,71 @@
# Dependencies
/node_modules
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Production
/build
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Generated files
.docusaurus
.cache-loader
# Dependency directories
node_modules/
jspm_packages/

# Misc
# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variable files
.env*

# gatsby files
.cache/
public

# Mac files
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Yarn
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity

#
/i18n
.vercel
63 changes: 42 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,54 @@
# Project OpenUBL Website
<p align="center">
<a href="https://www.gatsbyjs.com/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter">
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
</a>
</p>
<h1 align="center">
Gatsby minimal starter
</h1>

This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## 🚀 Quick start

## Installation
1. **Create a Gatsby site.**

```bash
yarn install
```
Use the Gatsby CLI to create a new site, specifying the minimal starter.

## Local Development
```shell
# create a new Gatsby site using the minimal starter
npm init gatsby
```

```bash
yarn start
```
2. **Start developing.**

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Navigate into your new site’s directory and start it up.

## Build
```shell
cd my-gatsby-site/
npm run develop
```

```bash
yarn build
```
3. **Open the code and start customizing!**

This command generates static content into the `build` directory and can be served using any static contents hosting service.
Your site is now running at http://localhost:8000!

## Deployment
Edit `src/pages/index.js` to see your site update in real-time!

```bash
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```
4. **Learn more**

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)

## 🚀 Quick start (Gatsby Cloud)

Deploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/):

[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-minimal)
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

48 changes: 0 additions & 48 deletions blog/2019-12-09-projectopenubl.md

This file was deleted.

16 changes: 0 additions & 16 deletions blog/2021-01-10-xbuilder-released_114Final.md

This file was deleted.

18 changes: 0 additions & 18 deletions blog/2021-01-30-searchpe-beta-released.md

This file was deleted.

24 changes: 0 additions & 24 deletions blog/2021-03-11-xbuilder-forma-pago.md

This file was deleted.

14 changes: 0 additions & 14 deletions blog/2021-03-28-xbuilder-1.1.7.Final.md

This file was deleted.

85 changes: 0 additions & 85 deletions blog/2021-04-06-xbuilder-1.1.9.Final.md

This file was deleted.

13 changes: 0 additions & 13 deletions blog/2021-04-14-searchpe-2.0.1.md

This file was deleted.

Loading