This project is built using React, TypeScript, Vite, and Docker.
git clone [email protected]:FullStackMap/Front.git
just need write and read package permissions use this documentation to create a token Github documentation
after you do that, you need to create a .npmrc file in the root of the project and add the following code
echo "//npm.pkg.github.com/:_authToken=your_token_classic_here
@FullStackMap:registry=https://npm.pkg.github.com" | cat - > .npmrc
npm install -g pnpm
-
Install Node.js version 20.10.0.
-
Run
pnpm install
To install the project dependencies.
- Run to start the development server.
pnpm run dev
To start the development server.
-
Install Docker.
-
Run to start the project container.
pnpm run start
That's it! You're now ready to start working with the project.
This project is licensed under the MIT License.