Skip to content

Amcsui/website

Repository files navigation

AMCSUI Website

Welcome to the official website of the association. Currently, this serves as a landing page.

Installation

First ensure that you have NodeJS installed on your machine, then clone the repository and install the necessary dependencies by running the following command:

npm install

Running the Website

To start the website in development mode, use the command:

npm run dev

For production mode, build the project and start the server with the following commands:

npm run build
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published