KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
portfolio
★ 10
Open GitHub ↗
My portfolio website powered with React
Download README (.md)
Explore Similar Repositories
heroku-fastly
:
Heroku CLI plugin for Fastly
Reselect
:
Angular select component
hospital-run
:
Open source, modern software for charitable hospitals in the developing world.
waff-query
:
Lightweight DOM manager
A.R.M-Y_H4CK3RZ
:
A.R.M-Y H4CK3RZ's Repository
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
portfolio
?
Download (.md)
# portfolio  ## Development ```console $ npm run dev ``` ## Deployment The Docker image only contains the exported files. Please copy files out of the image and use an HTTP server you like. ```console $ image_name=ymyzk/portfolio:latest $ docker pull $image_name $ container_id=$(docker create $image_name) $ docker cp $container_id:/app/out/ ./dest $ docker rm $container_id ``` ### Notes - If you make a change to a file in `/public/static`, please rename it because the previous version may be cached.