Skip to content

The offical Slynite.com site source code. Written in Javascript with Next.js and styled with Tailwindcss

License

Notifications You must be signed in to change notification settings

JLS-DEV-lab/website

 
 

Repository files navigation

Next.js Tailwind Docker License Release

In this repository is the source code of the Slynite website. This project is build with Next.js.

Developer Envioment

Run in terminal git clone https://github.com/Slynite/website/

Local

Run in terminal

Using Docker

Install Docker on your machine. Build your container: docker build -t slynite-web ..

Run your container: docker run -p 3000:3000 slynite-web.

Understand Versions

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.

Contributer

License

This project is licensed under MIT and proudly created by the Slynite Team.

The Open soure Licenses we use can be found here.

About

The offical Slynite.com site source code. Written in Javascript with Next.js and styled with Tailwindcss

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.9%
  • Dockerfile 3.8%
  • CSS 1.3%