Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boraxpr/boraxpr.github.io
My GitHub Pages! 🚀
https://github.com/boraxpr/boraxpr.github.io
mdx nextjs nextra react vercel-deployment
Last synced: about 2 months ago
JSON representation
My GitHub Pages! 🚀
- Host: GitHub
- URL: https://github.com/boraxpr/boraxpr.github.io
- Owner: boraxpr
- Created: 2023-03-21T06:36:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T07:32:15.000Z (3 months ago)
- Last Synced: 2024-12-16T07:07:30.432Z (about 2 months ago)
- Topics: mdx, nextjs, nextra, react, vercel-deployment
- Language: MDX
- Homepage: https://boraxpr-github-io.vercel.app
- Size: 2.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to My GitHub Pages! 🚀
[![GitHub Pages](https://img.shields.io/badge/GitHub-Pages-brightgreen)](https://boraxpr.github.io/) \
[![Netlify Status](https://api.netlify.com/api/v1/badges/5da52f6f-9afc-44a4-bba2-db83dac08cf2/deploy-status)](https://app.netlify.com/sites/singular-sprite-843b9f/deploys)This project is powered by Nextra and NextJS, enabling me to create an awesome static site. \
It's compatible with both Vercel and GitHub Action (Pages).## Installation
To get started with the project, follow these steps:
1. Install the project dependencies by running the following command:
```bash
yarn install
```## Running the Project
To run the project locally and explore it on your machine, use the following command:
```bash
yarn next
```This will start the development server and provide you with a local preview of your site. Feel free to make improvements, test new features, and iterate on your ideas.
## Deployment
To deploy your site to your desired platform, such as Vercel or GitHub Pages, you can follow their respective deployment guides and utilize their deployment actions or commands.
Make sure to configure your deployment settings and provide any necessary environment variables or configurations for a smooth deployment process.