Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init repo structure, build steps, docker steps, etc #1

Merged
merged 4 commits into from
Oct 19, 2023

Conversation

aristidesstaffieri
Copy link
Contributor

This sets up the project structure, adds Docker and Make files, and related build steps.

README.md Outdated
`npm i && npm run start`

## Production build
`npm run build:prod`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just to be symmetric, we should probably use the yarn cmd's here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in ca47368

MAINTAINER SDF Wallets Team <[email protected]>

RUN mkdir -p /app
WORKDIR /app
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to install node and yarn and stuff here? example: https://github.com/stellar/laboratory/blob/master/Dockerfile#L11

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, using the node image so they come built in.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah v cool 👍

@aristidesstaffieri aristidesstaffieri merged commit cc7e8a7 into main Oct 19, 2023
1 check passed
@aristidesstaffieri aristidesstaffieri deleted the feat/repo-scaffolding branch October 19, 2023 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants