National Atmospheric Data | Capture data from airport sensor and visualize it.
Browse the website »
View Back
·
Report Bug
·
Request Feature
Table of Contents
You will need several programs to run this application on your machine:
- git, to fetch and manage the project files
- docker, if you want to run the app in a container
- node 14, for the development or deployment server
For node, we recommend the use of nvm
nvm install 14.X.X
nvm use 14.X.X
To fetch the project files
- Clone this project (
git clone https://github.com/IMT-Atlantique-FIL-2020-2023/NADA-webapp.git
)
To launch the development env
- Then setup the dependancies (
npm install
) - Launch the vite dev app (
npm run dev
) - Launch the appolo mock (
npm mock:api
)
In case of problem with the mock, do it manually with:
npm install -g graphql-faker graphql-faker --port 9002 schema.graphql
To compile and deploy the app
- Check the preview (
npm run serve
) - Build the app (
npm run build
) - browse the compiled version (
cd ./dist
)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!