Skip to content
Snippets Groups Projects
Commit 1f6ac1c0 authored by Dysk0's avatar Dysk0
Browse files

Updated README.md file

parent de0fb009
Branches
No related tags found
No related merge requests found
...@@ -16,25 +16,14 @@ As the project advances I will update this README file. ...@@ -16,25 +16,14 @@ As the project advances I will update this README file.
## Repository overview ## Repository overview
├──.vscode - `.vscode`: Instructions to VSC in a .json file.
| ├── launch.json - `docker`: It contains the Dockerfile and docker-compose.yml file for running on a docker virtual container.
├── docker - `src`: Source folder. It contains most of the code.
│ ├── docker-compose.yml - `components`: Components folder. Currently empty.
│ └── Dockerfile - `lib`: Library folder. Currently empty
├── public - `pages:`: Contains the .tsx files of the website pages.
├── src - `styles`: Contains the .css files for styles.
│ ├── components - `test`: Folder for test purposes. Currently empty.
│ ├── lib
│ ├── pages
│ ├── styles
│ └── typings.d.ts
├── test
├── .gitignore
├── next-env.d.ts
├── package-lock.json
├── package.json
├── README.md
└── tsconfig.json
## More resources ## More resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment