mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
added some info to readme
This commit is contained in:
parent
25ea49e28a
commit
949fae3152
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -5,3 +5,15 @@ This is the source code to rnd's website at <https://cutiehaven.club/>.
|
|||
Included are all the files and scripts used to build it, with the exception of
|
||||
some files containing other identifying information and copyrighted contents
|
||||
that might break gitlab's terms of service.
|
||||
|
||||
## Building
|
||||
|
||||
To compile a local version of the website, just use the `make` command. It will
|
||||
lack some files, mostly ones that I don't feel are appropriate to add to Git,
|
||||
but will contain all the most important content.
|
||||
|
||||
## Continuous Integration
|
||||
|
||||
The `.gitlab-ci.yml` file contains a pipeline used to deploy all the changes to
|
||||
the actual website. Currently it takes about a minute for any updates to be
|
||||
reflected.
|
||||
|
|
Loading…
Add table
Reference in a new issue