Branch | Function |
---|---|
main |
Production, commits auto build to production @ stellar.tech. |
develop |
Development, commits auto build to development environment @ preview.stellar.tech. |
This project was developed with the following major libraries:
To start the dev server, run yarn dev
from the project directory, and the development server will be available at http://localhost:3000
To create a production build, run yarn build
from the project directory. Then, start the production web server with yarn start
.