A fake Token swapping interface with simulated wallet and some pools.
Check the live site Dawn Token swap app.
| Light theme: | Dark theme: |
|---|---|
![]() |
![]() |
Core - Vue 3 + TypeScript, Vuex 4 and Vue Router 4
Server and Builder - Vite
Styles Utility Framework - WindiCSS
Hosting - Netlify
Install dependencies
yarn installServe with hot reload at localhost:3000
yarn devIn Netlify just add yarn build as the command and dist as the builded folder.
To test the result in your local environment, build for production and launch server with:
yarn build
yarn preview
