In this repository is the source code of the current Slynite website. This project is build using Next.js and Tailwindcss.
- Run in terminal
git clone https://github.com/Slynite/website/
- Rename
.env.example
to.env
and change environment variables - Run
npm ci
in terminal - Run
npm run dev
in termianl to start the dev server. - Access site on
[IP]:3000
- Run
npm ci
in terminal - Run
npm run build && npm run start
in terminal - Access site on
[IP]:3000
Install Docker on your machine.
Build your container: docker build -t slynite-web .
.
Run your container: docker run -p 3000:3000 slynite-web
.
- Access site on
[IP]:3000
You would wonder how a version is construct for this project, but actually it is very easy and simple to understand.
For example the version 2022.04.1 has three parts.
- 2022: Year when the version was released.
- 04: Month when the version was released (in this example: April)
- 1: The number of release in this month and year.
Click to reveal diagramm
If there is a new version of this project, please change the version in package.json
to the new one (Milestone) before merge.
This project is licensed under Slynite modified MIT and proudly created by the Slynite Team.
The Open soure Licenses we use can be found here.