Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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! 🚀

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.