Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

👾 poc for cyph3rs, "the marketplace for mev searchers and protocols"

Notifications You must be signed in to change notification settings

autistic-symposium/cyph3rs-vue-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

🐸 cyph3rs.xyz frontend


Screenshot 2023-07-12 at 7 07 33 PM

Screenshot 2023-07-12 at 7 07 51 PM Screenshot 2023-07-12 at 7 08 05 PM Screenshot 2023-07-12 at 7 08 15 PM Screenshot 2023-07-12 at 7 08 25 PM

Development

To change code:

cd ../vue
npm install
npm run dev

You can check changes at localhost.



Deployment

Once you are satisfied with the changes, run:

npm run build

Then create a PR, first to staging, then to main (see below).

production:

  • branch main
  • only merge after pr review

staging:

  • branch staging
  • just push a pr to this branch to staging



Contributing

All code must be formatted by volar

To auto-format on save in visual studio code add this to your settings.json

"[vue]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "Vue.volar"
},