mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +00:00
refactor: organize project
This commit is contained in:
parent
4cdee48ddf
commit
555d890b3b
101 changed files with 1114 additions and 221 deletions
8
front/serve
Executable file
8
front/serve
Executable file
|
@ -0,0 +1,8 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
wasm-pack build --target web
|
||||
rm -rf node_modules/
|
||||
yarn install
|
||||
yarn start
|
Loading…
Add table
Add a link
Reference in a new issue