Skip to content

mourginakis/shrine_ooo

Folders and files

NameName
Last commit message
Last commit date
Apr 22, 2023
Apr 22, 2023
Apr 5, 2023
Mar 23, 2023
Apr 6, 2023
Apr 4, 2023
Apr 6, 2023
Apr 22, 2023
Mar 24, 2023
Mar 24, 2023
Mar 23, 2023
Mar 24, 2023
Apr 20, 2023

Repository files navigation

shrine.ooo

https://shrine.ooo

https://xljsj-eiaaa-aaaag-qbz7a-cai.ic0.app

Local Development

Using Vite Hot Module Reloading

$ dfx start --background --clean
$ dfx deploy
$ npm run dev
$ dfx stop

Testing Prod on Local

# To test the interface, visit the frontend url:
$ dfx deploy
# To run the e2e tests:
$ npm run test

Deploying to Mainnet

$ dfx deploy -- network ic

Notes

  • dfx deploy
    • automatically sets all the environment vars
    • automatically updates the .env file
    • automatically calls npm run build
    • note that dfx deploy shrine_backend does not update .env