mylab is a web application
This is mylab web application created by apisit110
This project was build with Turborepo framwork combind with NextJS NodeJS and Golang To install, you need to first install yarn
npm install -g yarn
yarn --version
If you already have yarn
installed, or you using node:latest
then you can install
node_modules
that require for this project immediately by use this command.
yarn install
To run the app locally or contribute to this app, just use this command to fully run all package in this all.
yarn dev