Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 890 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 890 Bytes

intermine-training-portal

https://persdre.github.io/intermine-training-portal/

If you want to run this repository locally - First clone or download this repo.

Step 1: Install Hugo

If you haven't installed hugo yet, open your terminal window and run this command:

brew install hugo

To verify your install, run this command:

hugo version

If you already have Hugo, skip step 1 and go straight to step 2

Step 2: Run hugo server in the repository

In the root folder of this repo you downloaded just now, run this command:

hugo server

Then the whole content will be displayed on http://localhost:1313/intermine-training-portal/, all you have to do is open your browser and paste the given link.

Appendix

For more tutorials of Hugo, you can visit https://gohugo.io/.

Have some suggestions or questions? Welcome to open an issue!

License

MIT