28 lines
No EOL
1 KiB
Markdown
28 lines
No EOL
1 KiB
Markdown
# FSKY's website
|
|
This is the source code of FSKY's website.
|
|
|
|
## Building
|
|
To build this website, you will need Node.js, npm and [Sergey](https://sergey.trysmudford.com/). Run `npm install` within the website directory to install Sergey.
|
|
|
|
To build the website, run:
|
|
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
To start the development server, run:
|
|
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
The built files will appear in the `public/` directory.
|
|
|
|
## License
|
|
This website and its assets are under public domain, with the following exceptions:
|
|
|
|
The Monero logo was created by The Monero Project and is licensed under the [Creative Commons Attribution 3.0](https://creativecommons.org/licenses/by/3.0/) license.
|
|
|
|
The Litecoin logo was created by Litecoin Foundation Ltd. and is licensed under the [Creative Commons Attribution-ShareAlike 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license.
|
|
|
|
The Tor Browser logo was created by The Tor Project, Inc. and is licensed under the [Creative Commons Attribution 4.0](https://creativecommons.org/licenses/by/4.0/) license. |