To clone the repository, open a terminal, go to the directory where you want to download the files and copy the following command:
git clone https://github.com/Axel-Project-web/Notepad
After cloning the repository, you will need to install the necessary dependencies for it to work properly. To do this, use the command:
npm install
- The first step is to install docker to access the image that will build the database. Click on this link to go to the download page.
- Go to the repository containing the image. Click on this link
- You can search for the image mentioned from the docker desktop application using the navigation bar, or you can start the docker application, open the terminal and add the following command:
docker pull axelweb/writeonme-image:latest
That's all!
- Start the docker engine and create an instance of the downloaded image. Remember to select port 3306.
- From the terminal of your code editor, go to the server folder (cd server) and execute the command "npm start".
- As a last step, go to the root folder of the project to start the application with vite and the command "npm run dev".
- CSS
- React
- TypeScript
- Dependencies
- React
- React-router-dom
- DevDependencies
- Vite
- TypeScript
- JavaScript
- Dependencies
- ajv
- cors (dev)
- express
- jose
- mysql2
- nodemon
- uuid