You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
api | 2 months ago | |
client | 2 months ago | |
.gitignore | 2 months ago | |
.gitmodules | 2 months ago | |
NOTES.txt | 2 months ago | |
README.md | 2 months ago | |
fm.sublime-project | 2 months ago |
README.md
fm
Project setup
git clone --recursive http://git.vampi.tech/vampi/fm.vampi.tech.git
(cd client && npm install)
(cd client/src/emsdk && ./emsdk install latest && ./emsdk activate latest && source ./emsdk_env.sh && cd ../fmtoy && make -f Makefile.emscripten all)
(cd api && composer install)
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build