Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravanscafi/ravan.me
Ravan Scafi's personal website.
https://github.com/ravanscafi/ravan.me
gatsby react
Last synced: 16 days ago
JSON representation
Ravan Scafi's personal website.
- Host: GitHub
- URL: https://github.com/ravanscafi/ravan.me
- Owner: ravanscafi
- License: mit
- Created: 2019-05-24T10:47:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T17:54:33.000Z (over 1 year ago)
- Last Synced: 2023-10-20T22:46:38.558Z (about 1 year ago)
- Topics: gatsby, react
- Language: JavaScript
- Homepage: https://ravan.me
- Size: 21.3 MB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ravan Scafi's personal website.This website is built with Node.js, JavaScript, React.js and Gatsby. It uses a
static generator, so you can build it and deploy only the static files. It is
currently hosted at [https://ravan.me](https://ravan.me).## Contributing
First, fork the repository and clone it.
Next, you will need [Node.js](https://nodejs.org/) and
[Yarn](https://yarnpkg.com/). Run the command below to fetch the dependencies
and spin up a local web-server.```bash
yarn start
```Now, go ahead, edit some files and you will see the magic happening 🎉.
Don't forget to run the tests to make sure that everything is working:
```bash
yarn test
```Commit your changes and submit a Pull Request 😉.
## License
MIT