Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 308 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 308 Bytes

solana + elm-lang

Fullstack development on the solana blockchain with elm-lang

Build

  • typescript
cd ./web/js; npm run build
  • css
cd ./web/sass; npm run build
  • elm
./build.sh
  • anchor
anchor build
  • localhost
cd ./web; http-server