This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
You have created a directory structure of core_project>core_project. You are currently running commands while in the outer directory. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to get started on my core project and the .json and lock.json files are giving me difficulties. To begin, I submitted in Ubuntu:
-enter 'mkdir core_project'
-enter 'dfx new core_project'
-open in Visual Studio Code
-Paste example code of each file from core_project repo (https://github.com/motoko--bootcamp/bootcamp/tree/main/core_project/example)
-Create a new file titled 'core_project.mo'
-enter 'npm run start'
I think this might be solved by deploying first, so I try:
-enter 'dfx start'
-successfully "listening..."
-open new terminal
-enter 'dfx deploy core_project'
All of my files are accessible via my explorer in visual studio code
Made sure to save each file after pasting the code provided to us in the core_project repository. Was my problem that I edited the files too early in the process? Help plz
Beta Was this translation helpful? Give feedback.
All reactions