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
- Host: GitHub
- URL: https://github.com/stellaraf/site
- Owner: stellaraf
- Created: 2019-11-16T08:04:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:42:22.000Z (over 1 year ago)
- Last Synced: 2025-06-17T05:40:23.742Z (about 1 year ago)
- Topics: chakra-ui, nextjs, react, website
- Language: TypeScript
- Homepage: https://stellar.tech
- Size: 21.8 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
stellar.tech Website Source Code
[](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`.