1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00
triennale-appunti-steffo/README.md

31 lines
840 B
Markdown
Raw Normal View History

2021-03-28 02:34:55 +00:00
# ![Appuntiweb](src/assets/opengraph.png)
2021-03-28 02:34:55 +00:00
A [Preact](https://preactjs.com/) website with all things I'm using to prepare for university exams!
2021-03-28 02:34:55 +00:00
> # See also: [the new version](https://github.com/Steffo99/appuntiweb)
2021-03-28 02:34:55 +00:00
## Contributing
2021-03-28 02:34:55 +00:00
All contributions are welcome!
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-03-28 02:34:55 +00:00
## Developing
2021-03-28 02:34:55 +00:00
### Running a local copy
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-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-03-28 02:34:55 +00:00
### Updating the website
2021-03-28 02:34:55 +00:00
To update the published website, just push the commit to the `main` branch.
2021-03-28 02:34:55 +00:00
[Render](https://render.com/) will do the rest.