Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.45 KB


stellar.tech Website Source Code


Quality

Branches

Branch Function
main Production, commits auto build to production @ stellar.tech.
develop Development, commits auto build to development environment @ preview.stellar.tech.

Project

This project was developed with the following major libraries:

Development

To start the dev server, run yarn dev from the project directory, and the development server will be available at 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.