SOS12/README.md
2023-07-02 20:28:45 +07:00

26 lines
608 B
Markdown

## Prerequisites
[Node.js](https://nodejs.org) and [Yarn](https://yarnpkg.com) installed on your machine.
```
npm install --global yarn
```
## Installation and Initialization
```
git clone https://github.com/Sosokker/SOS12
cd .\SOS12\
yarn
```
Wait a few minutes (Wait for yarn to install all the packaged)
- to Start the local server
```
yarn dev
```
## Credits
- [Some Icons](https://www.flaticon.com/)
- [Base code #1](https://github.com/mui/material-ui/tree/v5.13.6/docs/data/material/getting-started/templates/album)
- [Base code #2](https://github.com/adrianhajdin/project_3D_developer_portfolio)