Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.93 KB

README.md

File metadata and controls

72 lines (46 loc) · 1.93 KB
Artaorea

 

Artaorea

Github top language Github language count Repository size

About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

A portfolio project made to help a friend of mine who's working in arts.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Raxuis/artaorea

# Access
$ cd artaorea

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. For more details, see the LICENSE file.

Made with ❤️ by Raphaël

 

Back to top