1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 04:27:45 +00:00

refactor: organize project

This commit is contained in:
Kevin Amado 2022-02-21 14:42:01 -05:00
parent 4cdee48ddf
commit 555d890b3b
101 changed files with 1114 additions and 221 deletions

8
front/serve Executable file
View 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