mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 23:44:22 +00:00
34 lines
922 B
Markdown
34 lines
922 B
Markdown
# ![Appuntiweb](src/assets/opengraph.png)
|
|
|
|
A [Preact](https://preactjs.com/) website with all things I'm using to prepare for university exams!
|
|
|
|
> # See also: [the new version](https://github.com/Steffo99/appuntiweb)
|
|
|
|
## Contributing
|
|
|
|
All contributions are welcome!
|
|
|
|
Please help me making this an useful resource to all students everywhere, and correct mistakes if you find them! :D
|
|
|
|
## Developing
|
|
|
|
### Running a local copy
|
|
|
|
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:
|
|
|
|
```bash
|
|
git clone https://github.com/Steffo99/appuntiweb.git
|
|
cd appuntiweb
|
|
npm install --dev
|
|
npm run start
|
|
```
|
|
|
|
### Updating the website
|
|
|
|
To update the published website, bump up the version number in the package.json and run in the previously cloned folder:
|
|
|
|
```bash
|
|
npm run all
|
|
```
|
|
|
|
[GitHub Pages](https://pages.github.com/) will do the rest.
|