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

https://github.com/stellaraf/site

stellar.tech website repository
https://github.com/stellaraf/site

chakra-ui nextjs react website

Last synced: 4 months ago
JSON representation

stellar.tech website repository

Awesome Lists containing this project

README

          







stellar.tech Website Source Code



[![Quality](https://img.shields.io/github/actions/workflow/status/stellaraf/site/quality.yml?label=Quality&style=for-the-badge)](https://github.com/stellaraf/site/actions/workflows/quality.yml)

# Branches

| Branch | Function |
| --------- | ------------------------------------------------------------------------------------------------------------------ |
| `main` | Production, commits auto build to production @ [stellar.tech](https://stellar.tech). |
| `develop` | Development, commits auto build to development environment @ [preview.stellar.tech](https://preview.stellar.tech). |

# Project

This project was developed with the following major libraries:

- [ReactJS](https://github.com/facebook/react)
- [Next.js](https://nextjs.org/)
- [Chakra UI](https://github.com/chakra-ui/chakra-ui/)

## Development

To start the dev server, run `yarn dev` from the project directory, and the development server will be available at [http://localhost:3000](http://localhost:3000)

## Production

To create a production build, run `yarn build` from the project directory. Then, start the production web server with `yarn start`.