nodeneeds to be installed. Current version:>=18.0.0
# Use this for a specific version
brew install node@<version>
# Use this for the latest node
brew install node
# For more instruction, please visit:
# https://nodejs.org/en/download/package-manager/pnpmneeds to be installed. Current version:>=8.0.0
# Use this for a specific version
brew install pnpm@<version>
# Use this for the latest pnpm
brew install pnpm
# For more instruction, please visit:
# https://pnpm.io/installation- ✂️ Clone the repository
git clone [email protected]:fekete965/logic-room.git
- 💾 Install the packages
pnpm install
- 🚀 Start the dev server
pnpm dev
- 💖 Happy coding!
In the project directory, you can run the following scripts
build- it removes thebuildfolder and build the project for production without type check and lint checkclean- it removes thebuildfolderlint- it runs eslint to check lintingformat- it runs prettier to format our filesdev- it starts the dev server and open a new tabtest- it runs vitest without coverage reporttest-ui- it runs vitest in the browser with a friendly UI,preview- it creates a static server to serve the application from the dist foldertypecheck- it runs typescript for type check
The project is being deployed to netlify and auto deployment is being used on each merge.
Deploy site URL ir the following: https://main--lighthearted-torte-ba34a1.netlify.app/app/login