Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ybiquitous/homepage
My website
https://github.com/ybiquitous/homepage
homepage
Last synced: 15 days ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/ybiquitous/homepage
- Owner: ybiquitous
- License: mit
- Created: 2018-12-18T14:28:01.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T14:39:49.000Z (9 months ago)
- Last Synced: 2024-04-14T19:31:01.513Z (9 months ago)
- Topics: homepage
- Language: JavaScript
- Homepage: https://ybiquitous.me
- Size: 35.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/5fb40f6a-f14e-4736-84c7-fc6bf149e269/deploy-status)](https://app.netlify.com/sites/ybiquitous-homepage/deploys)
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/de267d78/homepage)# ybiquitous homepage
Visit [ybiquitous.me](https://ybiquitous.me/).
## Development
### Setup
To install packages:
```sh
npm ci
```### Start dev server
To start a development server:
```sh
npm start
```### Build
To bulid static files:
```sh
npm run build
```### View
To view built static files on your browser:
```sh
npm run static
```### Deploy
Just push to the default branch. Build & publish automatically on [Netlify](https://www.netlify.com/).
```sh
git push
```## Stack
- [React](https://reactjs.org/)
- [Webpack](https://webpack.js.org/)
- [Tailwind CSS](https://tailwindcss.com/)