2021-03-28 02:52:49 +00:00
|
|
|
# ![Appuntiweb](public/opengraph.png)
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-07-11 16:24:24 +00:00
|
|
|
A React app I use to prepare for university exams!
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
## Contributing
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
All contributions are welcome!
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
Please help me making this an useful resource to all students everywhere, and correct mistakes if you find them! :D
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
## Developing
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
### Running a local copy
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
If you want to run a local copy of the website, ensure [the latest `nodejs`](https://nodejs.org/it/) and `npm` are installed on your machine then run:
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
```bash
|
|
|
|
git clone https://github.com/Steffo99/appuntiweb.git
|
|
|
|
cd appuntiweb
|
|
|
|
npm install --dev
|
|
|
|
npm run start
|
|
|
|
```
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
### Updating the website
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
To update the published website, just push the commit to the `main` branch.
|
2021-01-25 16:25:08 +00:00
|
|
|
|
2021-03-28 02:34:55 +00:00
|
|
|
[Render](https://render.com/) will do the rest.
|